]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/kernel/time.c
Revert "x86: default to reboot via ACPI"
[linux-2.6-omap-h63xx.git] / arch / um / kernel / time.c
index c3e2f369c33cae2af0c682eb5a9a32a03781e056..47f04f4a3464a918850b67573e1a67a7cf5c3dec 100644 (file)
 #include "kern_util.h"
 #include "os.h"
 
-/*
- * Scheduler clock - returns current time in nanosec units.
- */
-unsigned long long sched_clock(void)
-{
-       return (unsigned long long)jiffies_64 * (NSEC_PER_SEC / HZ);
-}
-
 void timer_handler(int sig, struct uml_pt_regs *regs)
 {
        unsigned long flags;