From: Alexander Graf Date: Fri, 30 Oct 2009 05:47:25 +0000 (+0000) Subject: Fix trace.h X-Git-Tag: v2.6.33-rc1~293^2~86^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=346b2762a72c60e97d2825e60423c84a869f3266;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed