summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel/smp-low.S
diff options
context:
space:
mode:
authorDavid Howells2012-03-28 19:30:02 +0200
committerDavid Howells2012-03-28 19:30:02 +0200
commit1c80f22f8d809a9a9024aad7a5bd093f078e77cf (patch)
tree116af9c3b675d888f63910adefe1557528726736 /arch/mn10300/kernel/smp-low.S
parentDisintegrate asm/system.h for MIPS (diff)
downloadkernel-qcow2-linux-1c80f22f8d809a9a9024aad7a5bd093f078e77cf.tar.gz
kernel-qcow2-linux-1c80f22f8d809a9a9024aad7a5bd093f078e77cf.tar.xz
kernel-qcow2-linux-1c80f22f8d809a9a9024aad7a5bd093f078e77cf.zip
Disintegrate asm/system.h for MN10300
Disintegrate asm/system.h for MN10300. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-am33-list@redhat.com
Diffstat (limited to 'arch/mn10300/kernel/smp-low.S')
-rw-r--r--arch/mn10300/kernel/smp-low.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/kernel/smp-low.S b/arch/mn10300/kernel/smp-low.S
index 72938cefc05e..71f1b2faaa0b 100644
--- a/arch/mn10300/kernel/smp-low.S
+++ b/arch/mn10300/kernel/smp-low.S
@@ -13,9 +13,9 @@
#include <linux/sys.h>
#include <linux/linkage.h>
#include <asm/smp.h>
-#include <asm/system.h>
#include <asm/thread_info.h>
#include <asm/cpu-regs.h>
+#include <asm/intctl-regs.h>
#include <proc/smp-regs.h>
#include <asm/asm-offsets.h>
#include <asm/frame.inc>