Modules/PL110 - Updated to recent(ish) VFS change
[tpg/acess2.git] / KernelLand / Kernel / arch / armv7 / main.c
index 248c17c..903f5fc 100644 (file)
@@ -15,6 +15,7 @@ extern void   Arch_LoadBootModules(void);
 extern void    Heap_Install(void);
 extern void    Threads_Init(void);
 extern void    System_Init(const char *Commandline);
+extern void    Time_Setup(void);
 
 // === PROTOTYPES ===
  int   kmain(void);
@@ -39,7 +40,10 @@ int kmain(void)
        VFS_Init();
 
        // Boot modules?
+       // - most ARMv7 configs use a GIC
        Module_EnsureLoaded("armv7_GIC");
+       
+       Time_Setup();
 
        //
        LogF("Moving to arch-independent init\n");

UCC git Repository :: git.ucc.asn.au