summaryrefslogtreecommitdiffstats
path: root/arch/m68k/cpu
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:23:26 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:23:26 +0200
commitdaad436bf76ad8acdf66326b1cc3769434cca97f (patch)
treebbcce57e314aacd158b2cec51434a1a859399468 /arch/m68k/cpu
parent139b569c07b45b09d084df6655e39ca233a16635 (diff)
downloadbarebox-daad436bf76ad8acdf66326b1cc3769434cca97f.tar.gz
barebox-daad436bf76ad8acdf66326b1cc3769434cca97f.tar.xz
[M68K] Move include/asm-m68k/{arch,proc}-* to arch/m68k/*/include/{mach,proc}
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/m68k/cpu')
-rw-r--r--arch/m68k/cpu/cpu.c4
-rw-r--r--arch/m68k/cpu/interrupts.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68k/cpu/cpu.c b/arch/m68k/cpu/cpu.c
index 5c48add8d9..c27d089018 100644
--- a/arch/m68k/cpu/cpu.c
+++ b/arch/m68k/cpu/cpu.c
@@ -24,8 +24,8 @@
#include <common.h>
#include <command.h>
#include <init.h>
-#include <asm/proc/processor.h> // FIXME -stup place
-#include <asm/arch/mcf54xx-regs.h>
+#include <proc/processor.h> // FIXME -stup place
+#include <mach/mcf54xx-regs.h>
static uint32_t CACR_shadow = MCF5XXX_CACR_BEC;
diff --git a/arch/m68k/cpu/interrupts.c b/arch/m68k/cpu/interrupts.c
index 16aac38ad5..9fc64a1248 100644
--- a/arch/m68k/cpu/interrupts.c
+++ b/arch/m68k/cpu/interrupts.c
@@ -23,7 +23,7 @@
*/
#include <common.h>
#include <asm/ptrace.h>
-#include <asm/arch/mcf54xx-regs.h>
+#include <mach/mcf54xx-regs.h>
#ifdef CONFIG_USE_IRQ
void enable_interrupts(void)