Fix trace.h
authorAlexander Graf <agraf@suse.de>
Fri, 30 Oct 2009 05:47:25 +0000 (05:47 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 5 Nov 2009 05:50:27 +0000 (16:50 +1100)
commit346b2762a72c60e97d2825e60423c84a869f3266
tree8b3a072b0233f337f4a234270359a4e6f079fdab
parentc4f9c779f1019c7d5c61961a7c0aaaf1420d8f90
Fix trace.h

It looks like the variable "pc" is defined. At least the current code always
failed on me stating that "pc" is already defined somewhere else.

Let's use _pc instead, because that doesn't collide.

Is this the right approach? Does it break on 440 too? If not, why not?

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kvm/trace.h