X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fum%2Fkernel%2Ftime.c;h=47f04f4a3464a918850b67573e1a67a7cf5c3dec;hb=8d00450d296dedec9ada38d43b83e79cca6fd5a3;hp=c3e2f369c33cae2af0c682eb5a9a32a03781e056;hpb=1bf99477226963d84b182b3995e355d3091199be;p=linux-2.6-omap-h63xx.git diff --git a/arch/um/kernel/time.c b/arch/um/kernel/time.c index c3e2f369c33..47f04f4a346 100644 --- a/arch/um/kernel/time.c +++ b/arch/um/kernel/time.c @@ -13,14 +13,6 @@ #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;