commit | b5bbeb23732196558222a2827092f5b7be8a7945 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Mon Oct 10 14:01:07 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Oct 10 14:01:07 2005 +1000 |
tree | d367c3c0c52e9db865c2ceaecc32498a65337c7b | |
parent | 05f62a5c049845eab8dfb3aeda55c18a2d4396e3 [diff] |
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 <paulus@samba.org>