diff options
author | Daniel Palmer <danieruru@gmail.com> | 2014-04-02 10:43:12 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2014-05-25 23:28:36 -0400 |
commit | 0b1755160cbb17c01fceba42d55c49ec7a63671d (patch) | |
tree | c456ac478b1f0a1865375fdf10ab49c09fedd168 /arch/m68k | |
parent | c7208164e66f63e3ec1759b98087849286410741 (diff) |
m68knommu: Fix mach_sched_init for EZ and VZ DragonBall chips
Signed-off-by: Daniel Palmer <danieruru@gmail.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/platform/68000/m68EZ328.c | 3 | ||||
-rw-r--r-- | arch/m68k/platform/68000/m68VZ328.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/m68k/platform/68000/m68EZ328.c b/arch/m68k/platform/68000/m68EZ328.c index 332b5e8605fc..21952906e9e2 100644 --- a/arch/m68k/platform/68000/m68EZ328.c +++ b/arch/m68k/platform/68000/m68EZ328.c | |||
@@ -69,7 +69,8 @@ void __init config_BSP(char *command, int len) | |||
69 | if (p) strcpy(p,command); | 69 | if (p) strcpy(p,command); |
70 | else command[0] = 0; | 70 | else command[0] = 0; |
71 | #endif | 71 | #endif |
72 | 72 | ||
73 | mach_sched_init = hw_timer_init; | ||
73 | mach_hwclk = m68328_hwclk; | 74 | mach_hwclk = m68328_hwclk; |
74 | mach_reset = m68ez328_reset; | 75 | mach_reset = m68ez328_reset; |
75 | } | 76 | } |
diff --git a/arch/m68k/platform/68000/m68VZ328.c b/arch/m68k/platform/68000/m68VZ328.c index fd6658358af1..0e5e5a10a021 100644 --- a/arch/m68k/platform/68000/m68VZ328.c +++ b/arch/m68k/platform/68000/m68VZ328.c | |||
@@ -182,6 +182,7 @@ void __init config_BSP(char *command, int size) | |||
182 | 182 | ||
183 | init_hardware(command, size); | 183 | init_hardware(command, size); |
184 | 184 | ||
185 | mach_sched_init = hw_timer_init; | ||
185 | mach_hwclk = m68328_hwclk; | 186 | mach_hwclk = m68328_hwclk; |
186 | mach_reset = m68vz328_reset; | 187 | mach_reset = m68vz328_reset; |
187 | } | 188 | } |