]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68knommu: Fix mach_sched_init for EZ and VZ DragonBall chips
authorDaniel Palmer <danieruru@gmail.com>
Wed, 2 Apr 2014 14:43:12 +0000 (23:43 +0900)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 26 May 2014 03:28:36 +0000 (13:28 +1000)
Signed-off-by: Daniel Palmer <danieruru@gmail.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/platform/68000/m68EZ328.c
arch/m68k/platform/68000/m68VZ328.c

index 332b5e8605fcdf2d81772babc7b54bde55dd802d..21952906e9e218b1be13abec33429e0f2d4c8752 100644 (file)
@@ -69,7 +69,8 @@ void __init config_BSP(char *command, int len)
   if (p) strcpy(p,command);
   else command[0] = 0;
 #endif
+
+  mach_sched_init = hw_timer_init;
   mach_hwclk = m68328_hwclk;
   mach_reset = m68ez328_reset;
 }
index fd6658358af1aa00c95848bf62f7aed8cf8d15c6..0e5e5a10a02126b69f609ac6d4b1590fe2064495 100644 (file)
@@ -182,6 +182,7 @@ void __init config_BSP(char *command, int size)
 
        init_hardware(command, size);
 
+       mach_sched_init = hw_timer_init;
        mach_hwclk = m68328_hwclk;
        mach_reset = m68vz328_reset;
 }