From: Paul Mackerras Date: Mon, 10 Oct 2005 04:01:07 +0000 (+1000) Subject: powerpc: Use SPRN_xxx rather than xxx for SPR numbers X-Git-Tag: v2.6.15-rc1~59^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5bbeb23732196558222a2827092f5b7be8a7945;p=pandora-kernel.git powerpc: Use SPRN_xxx rather than xxx for SPR numbers This changes symbols like HID0, SPRG3, SRR0, SRR1 etc. that refer to special purpose registers to SPRN_HID0, SPRN_SPRG3, etc. Using the SPRN_ symbols clutters the namespace less, and the forthcoming merge of asm/processor.h and asm/reg.h is going to remove the non-SPRN_ versions. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed