]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/h8300/kernel/time.c
Merge branch 'linux-2.6' into merge
[karo-tx-linux.git] / arch / h8300 / kernel / time.c
index 91d3b56ddc686506a852e016421a6fbf3046e812..e37c835e67cf2bee6538e07a50913d08cb7a6eca 100644 (file)
@@ -44,7 +44,7 @@ static void timer_interrupt(int irq, void *dummy, struct pt_regs * regs)
 #ifndef CONFIG_SMP
        update_process_times(user_mode(regs));
 #endif
-       profile_tick(CPU_PROFILING, regs);
+       profile_tick(CPU_PROFILING);
 }
 
 void time_init(void)
@@ -53,7 +53,7 @@ void time_init(void)
 
        /* FIX by dqg : Set to zero for platforms that don't have tod */
        /* without this time is undefined and can overflow time_t, causing  */
-       /* very stange errors */
+       /* very strange errors */
        year = 1980;
        mon = day = 1;
        hour = min = sec = 0;