Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6

* master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
[SPARC64]: Fix sched_clock() et al.

+1 -1
+1 -1
arch/sparc64/kernel/time.c
··· 1030 1030 clockevents_register_device(sevt); 1031 1031 } 1032 1032 1033 - #define SPARC64_NSEC_PER_CYC_SHIFT 32UL 1033 + #define SPARC64_NSEC_PER_CYC_SHIFT 10UL 1034 1034 1035 1035 static struct clocksource clocksource_tick = { 1036 1036 .rating = 100,