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 branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fix from Thomas Gleixner:
"A single bugfix: make the scheduler clock on Vybrid SoCs count
forward"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
clocksource: vf_pit_timer: use complement for sched_clock reading

+1 -1
+1 -1
drivers/clocksource/vf_pit_timer.c
··· 54 54 55 55 static u64 pit_read_sched_clock(void) 56 56 { 57 - return __raw_readl(clksrc_base + PITCVAL); 57 + return ~__raw_readl(clksrc_base + PITCVAL); 58 58 } 59 59 60 60 static int __init pit_clocksource_init(unsigned long rate)