Skip to content

Commit

Permalink
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Browse files Browse the repository at this point in the history
* master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
  [SPARC64]: Fix sched_clock() et al.
  • Loading branch information
Linus Torvalds committed May 18, 2007
2 parents bfea13d + 03983ab commit 939e342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ void __devinit setup_sparc64_timer(void)
clockevents_register_device(sevt);
}

#define SPARC64_NSEC_PER_CYC_SHIFT 32UL
#define SPARC64_NSEC_PER_CYC_SHIFT 10UL

static struct clocksource clocksource_tick = {
.rating = 100,
Expand Down

0 comments on commit 939e342

Please sign in to comment.