aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_low_32.S
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-10 22:20:10 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-10 22:20:10 +1000
commitb3b8dc6c07cecc1f8d52d03f677206bdf9f794c9 (patch)
tree5d5c3ac4de563d03759d98399030aac00be33023 /arch/powerpc/mm/hash_low_32.S
parentpowerpc: Merge Kconfig.debug (diff)
downloadlinux-dev-b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9.tar.xz
linux-dev-b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9.zip
powerpc: Use reg.h instead of processor.h when we just want reg names
Now that the register names and bit definitions are all in reg.h, use that instead of processor.h in assembly code in a few places. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/mm/hash_low_32.S')
-rw-r--r--arch/powerpc/mm/hash_low_32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/hash_low_32.S b/arch/powerpc/mm/hash_low_32.S
index 57278a8dd132..12ccd7155bac 100644
--- a/arch/powerpc/mm/hash_low_32.S
+++ b/arch/powerpc/mm/hash_low_32.S
@@ -24,7 +24,7 @@
*/
#include <linux/config.h>
-#include <asm/processor.h>
+#include <asm/reg.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/cputable.h>