diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-10 22:20:10 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-10 22:20:10 +1000 |
commit | b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9 (patch) | |
tree | 5d5c3ac4de563d03759d98399030aac00be33023 /arch/powerpc/kernel/idle_6xx.S | |
parent | ff64208df7eb17c5526197449762ff5e04a95de6 (diff) | |
download | kernel_samsung_smdk4412-b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9.tar.gz kernel_samsung_smdk4412-b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9.tar.bz2 kernel_samsung_smdk4412-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/kernel/idle_6xx.S')
-rw-r--r-- | arch/powerpc/kernel/idle_6xx.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/idle_6xx.S b/arch/powerpc/kernel/idle_6xx.S index 1a2194cf682..444fdcc769f 100644 --- a/arch/powerpc/kernel/idle_6xx.S +++ b/arch/powerpc/kernel/idle_6xx.S @@ -15,7 +15,7 @@ #include <linux/config.h> #include <linux/threads.h> -#include <asm/processor.h> +#include <asm/reg.h> #include <asm/page.h> #include <asm/cputable.h> #include <asm/thread_info.h> |