diff options
Diffstat (limited to 'arch/mn10300/kernel')
-rw-r--r-- | arch/mn10300/kernel/entry.S | 2 | ||||
-rw-r--r-- | arch/mn10300/kernel/gdb-io-serial-low.S | 2 | ||||
-rw-r--r-- | arch/mn10300/kernel/gdb-io-serial.c | 2 | ||||
-rw-r--r-- | arch/mn10300/kernel/gdb-io-ttysm-low.S | 2 | ||||
-rw-r--r-- | arch/mn10300/kernel/gdb-io-ttysm.c | 2 | ||||
-rw-r--r-- | arch/mn10300/kernel/gdb-stub.c | 4 | ||||
-rw-r--r-- | arch/mn10300/kernel/head.S | 2 | ||||
-rw-r--r-- | arch/mn10300/kernel/irq.c | 2 | ||||
-rw-r--r-- | arch/mn10300/kernel/mn10300-serial-low.S | 4 | ||||
-rw-r--r-- | arch/mn10300/kernel/mn10300-serial.c | 2 | ||||
-rw-r--r-- | arch/mn10300/kernel/mn10300-watchdog.c | 2 | ||||
-rw-r--r-- | arch/mn10300/kernel/setup.c | 2 | ||||
-rw-r--r-- | arch/mn10300/kernel/traps.c | 2 |
13 files changed, 15 insertions, 15 deletions
diff --git a/arch/mn10300/kernel/entry.S b/arch/mn10300/kernel/entry.S index ceeaaaa359e2..34ab5a293153 100644 --- a/arch/mn10300/kernel/entry.S +++ b/arch/mn10300/kernel/entry.S | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <asm/intctl-regs.h> | 20 | #include <asm/intctl-regs.h> |
21 | #include <asm/busctl-regs.h> | 21 | #include <asm/busctl-regs.h> |
22 | #include <asm/timer-regs.h> | 22 | #include <asm/timer-regs.h> |
23 | #include <asm/unit/leds.h> | 23 | #include <unit/leds.h> |
24 | #include <asm/page.h> | 24 | #include <asm/page.h> |
25 | #include <asm/pgtable.h> | 25 | #include <asm/pgtable.h> |
26 | #include <asm/errno.h> | 26 | #include <asm/errno.h> |
diff --git a/arch/mn10300/kernel/gdb-io-serial-low.S b/arch/mn10300/kernel/gdb-io-serial-low.S index c68dcd052201..4998b24f5d3a 100644 --- a/arch/mn10300/kernel/gdb-io-serial-low.S +++ b/arch/mn10300/kernel/gdb-io-serial-low.S | |||
@@ -18,7 +18,7 @@ | |||
18 | #include <asm/thread_info.h> | 18 | #include <asm/thread_info.h> |
19 | #include <asm/frame.inc> | 19 | #include <asm/frame.inc> |
20 | #include <asm/intctl-regs.h> | 20 | #include <asm/intctl-regs.h> |
21 | #include <asm/unit/serial.h> | 21 | #include <unit/serial.h> |
22 | 22 | ||
23 | .text | 23 | .text |
24 | 24 | ||
diff --git a/arch/mn10300/kernel/gdb-io-serial.c b/arch/mn10300/kernel/gdb-io-serial.c index 11584c51acd9..ae663dc717e9 100644 --- a/arch/mn10300/kernel/gdb-io-serial.c +++ b/arch/mn10300/kernel/gdb-io-serial.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <asm/gdb-stub.h> | 22 | #include <asm/gdb-stub.h> |
23 | #include <asm/exceptions.h> | 23 | #include <asm/exceptions.h> |
24 | #include <asm/serial-regs.h> | 24 | #include <asm/serial-regs.h> |
25 | #include <asm/unit/serial.h> | 25 | #include <unit/serial.h> |
26 | 26 | ||
27 | /* | 27 | /* |
28 | * initialise the GDB stub | 28 | * initialise the GDB stub |
diff --git a/arch/mn10300/kernel/gdb-io-ttysm-low.S b/arch/mn10300/kernel/gdb-io-ttysm-low.S index 677c7876307c..060b7cca735d 100644 --- a/arch/mn10300/kernel/gdb-io-ttysm-low.S +++ b/arch/mn10300/kernel/gdb-io-ttysm-low.S | |||
@@ -18,7 +18,7 @@ | |||
18 | #include <asm/cpu-regs.h> | 18 | #include <asm/cpu-regs.h> |
19 | #include <asm/frame.inc> | 19 | #include <asm/frame.inc> |
20 | #include <asm/intctl-regs.h> | 20 | #include <asm/intctl-regs.h> |
21 | #include <asm/unit/serial.h> | 21 | #include <unit/serial.h> |
22 | #include "mn10300-serial.h" | 22 | #include "mn10300-serial.h" |
23 | 23 | ||
24 | .text | 24 | .text |
diff --git a/arch/mn10300/kernel/gdb-io-ttysm.c b/arch/mn10300/kernel/gdb-io-ttysm.c index e94c25e8ca05..a560bbc3137d 100644 --- a/arch/mn10300/kernel/gdb-io-ttysm.c +++ b/arch/mn10300/kernel/gdb-io-ttysm.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <asm/system.h> | 20 | #include <asm/system.h> |
21 | #include <asm/gdb-stub.h> | 21 | #include <asm/gdb-stub.h> |
22 | #include <asm/exceptions.h> | 22 | #include <asm/exceptions.h> |
23 | #include <asm/unit/clock.h> | 23 | #include <unit/clock.h> |
24 | #include "mn10300-serial.h" | 24 | #include "mn10300-serial.h" |
25 | 25 | ||
26 | #if defined(CONFIG_GDBSTUB_ON_TTYSM0) | 26 | #if defined(CONFIG_GDBSTUB_ON_TTYSM0) |
diff --git a/arch/mn10300/kernel/gdb-stub.c b/arch/mn10300/kernel/gdb-stub.c index 0ea7482c1522..41b11706c8ed 100644 --- a/arch/mn10300/kernel/gdb-stub.c +++ b/arch/mn10300/kernel/gdb-stub.c | |||
@@ -136,8 +136,8 @@ | |||
136 | #include <asm/cacheflush.h> | 136 | #include <asm/cacheflush.h> |
137 | #include <asm/serial-regs.h> | 137 | #include <asm/serial-regs.h> |
138 | #include <asm/busctl-regs.h> | 138 | #include <asm/busctl-regs.h> |
139 | #include <asm/unit/leds.h> | 139 | #include <unit/leds.h> |
140 | #include <asm/unit/serial.h> | 140 | #include <unit/serial.h> |
141 | 141 | ||
142 | /* define to use F7F7 rather than FF which is subverted by JTAG debugger */ | 142 | /* define to use F7F7 rather than FF which is subverted by JTAG debugger */ |
143 | #undef GDBSTUB_USE_F7F7_AS_BREAKPOINT | 143 | #undef GDBSTUB_USE_F7F7_AS_BREAKPOINT |
diff --git a/arch/mn10300/kernel/head.S b/arch/mn10300/kernel/head.S index 606bd8c6758d..8a8309fbe3c4 100644 --- a/arch/mn10300/kernel/head.S +++ b/arch/mn10300/kernel/head.S | |||
@@ -17,7 +17,7 @@ | |||
17 | #include <asm/pgtable.h> | 17 | #include <asm/pgtable.h> |
18 | #include <asm/frame.inc> | 18 | #include <asm/frame.inc> |
19 | #include <asm/param.h> | 19 | #include <asm/param.h> |
20 | #include <asm/unit/serial.h> | 20 | #include <unit/serial.h> |
21 | 21 | ||
22 | .section .text.head,"ax" | 22 | .section .text.head,"ax" |
23 | 23 | ||
diff --git a/arch/mn10300/kernel/irq.c b/arch/mn10300/kernel/irq.c index 50fdb5c16e0c..4c3c58ef5cda 100644 --- a/arch/mn10300/kernel/irq.c +++ b/arch/mn10300/kernel/irq.c | |||
@@ -140,7 +140,7 @@ void __init init_IRQ(void) | |||
140 | int irq; | 140 | int irq; |
141 | 141 | ||
142 | for (irq = 0; irq < NR_IRQS; irq++) | 142 | for (irq = 0; irq < NR_IRQS; irq++) |
143 | if (irq_desc[irq].chip == &no_irq_type) | 143 | if (irq_desc[irq].chip == &no_irq_chip) |
144 | /* due to the PIC latching interrupt requests, even | 144 | /* due to the PIC latching interrupt requests, even |
145 | * when the IRQ is disabled, IRQ_PENDING is superfluous | 145 | * when the IRQ is disabled, IRQ_PENDING is superfluous |
146 | * and we can use handle_level_irq() for edge-triggered | 146 | * and we can use handle_level_irq() for edge-triggered |
diff --git a/arch/mn10300/kernel/mn10300-serial-low.S b/arch/mn10300/kernel/mn10300-serial-low.S index ef3f4c1df2a4..224485388228 100644 --- a/arch/mn10300/kernel/mn10300-serial-low.S +++ b/arch/mn10300/kernel/mn10300-serial-low.S | |||
@@ -18,8 +18,8 @@ | |||
18 | #include <asm/cpu-regs.h> | 18 | #include <asm/cpu-regs.h> |
19 | #include <asm/frame.inc> | 19 | #include <asm/frame.inc> |
20 | #include <asm/timer-regs.h> | 20 | #include <asm/timer-regs.h> |
21 | #include <asm/proc/cache.h> | 21 | #include <proc/cache.h> |
22 | #include <asm/unit/timex.h> | 22 | #include <unit/timex.h> |
23 | #include "mn10300-serial.h" | 23 | #include "mn10300-serial.h" |
24 | 24 | ||
25 | #define SCxCTR 0x00 | 25 | #define SCxCTR 0x00 |
diff --git a/arch/mn10300/kernel/mn10300-serial.c b/arch/mn10300/kernel/mn10300-serial.c index 59b9c4bf9583..2fd59664d00a 100644 --- a/arch/mn10300/kernel/mn10300-serial.c +++ b/arch/mn10300/kernel/mn10300-serial.c | |||
@@ -41,7 +41,7 @@ static const char serial_revdate[] = "2007-11-06"; | |||
41 | #include <asm/irq.h> | 41 | #include <asm/irq.h> |
42 | #include <asm/bitops.h> | 42 | #include <asm/bitops.h> |
43 | #include <asm/serial-regs.h> | 43 | #include <asm/serial-regs.h> |
44 | #include <asm/unit/timex.h> | 44 | #include <unit/timex.h> |
45 | #include "mn10300-serial.h" | 45 | #include "mn10300-serial.h" |
46 | 46 | ||
47 | static inline __attribute__((format(printf, 1, 2))) | 47 | static inline __attribute__((format(printf, 1, 2))) |
diff --git a/arch/mn10300/kernel/mn10300-watchdog.c b/arch/mn10300/kernel/mn10300-watchdog.c index 2e370d88a87a..f362d9d138f1 100644 --- a/arch/mn10300/kernel/mn10300-watchdog.c +++ b/arch/mn10300/kernel/mn10300-watchdog.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <asm/div64.h> | 25 | #include <asm/div64.h> |
26 | #include <asm/smp.h> | 26 | #include <asm/smp.h> |
27 | #include <asm/gdb-stub.h> | 27 | #include <asm/gdb-stub.h> |
28 | #include <asm/proc/clock.h> | 28 | #include <proc/clock.h> |
29 | 29 | ||
30 | static DEFINE_SPINLOCK(watchdog_print_lock); | 30 | static DEFINE_SPINLOCK(watchdog_print_lock); |
31 | static unsigned int watchdog; | 31 | static unsigned int watchdog; |
diff --git a/arch/mn10300/kernel/setup.c b/arch/mn10300/kernel/setup.c index e1d88ab51008..71414e19fd16 100644 --- a/arch/mn10300/kernel/setup.c +++ b/arch/mn10300/kernel/setup.c | |||
@@ -30,7 +30,7 @@ | |||
30 | #include <asm/setup.h> | 30 | #include <asm/setup.h> |
31 | #include <asm/io.h> | 31 | #include <asm/io.h> |
32 | #include <asm/smp.h> | 32 | #include <asm/smp.h> |
33 | #include <asm/proc/proc.h> | 33 | #include <proc/proc.h> |
34 | #include <asm/busctl-regs.h> | 34 | #include <asm/busctl-regs.h> |
35 | #include <asm/fpu.h> | 35 | #include <asm/fpu.h> |
36 | #include <asm/sections.h> | 36 | #include <asm/sections.h> |
diff --git a/arch/mn10300/kernel/traps.c b/arch/mn10300/kernel/traps.c index fcb9a03d46a8..681ad8c9e4fb 100644 --- a/arch/mn10300/kernel/traps.c +++ b/arch/mn10300/kernel/traps.c | |||
@@ -37,7 +37,7 @@ | |||
37 | #include <asm/cacheflush.h> | 37 | #include <asm/cacheflush.h> |
38 | #include <asm/cpu-regs.h> | 38 | #include <asm/cpu-regs.h> |
39 | #include <asm/busctl-regs.h> | 39 | #include <asm/busctl-regs.h> |
40 | #include <asm/unit/leds.h> | 40 | #include <unit/leds.h> |
41 | #include <asm/fpu.h> | 41 | #include <asm/fpu.h> |
42 | #include <asm/gdb-stub.h> | 42 | #include <asm/gdb-stub.h> |
43 | #include <asm/sections.h> | 43 | #include <asm/sections.h> |