commit | 346b2762a72c60e97d2825e60423c84a869f3266 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Oct 30 05:47:25 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Nov 05 16:50:27 2009 +1100 |
tree | 8b3a072b0233f337f4a234270359a4e6f079fdab | |
parent | c4f9c779f1019c7d5c61961a7c0aaaf1420d8f90 [diff] |
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>