]> Git Repo - linux.git/commit
[PATCH] clocksource: replace is_continuous by a flag field
authorThomas Gleixner <[email protected]>
Fri, 16 Feb 2007 09:27:36 +0000 (01:27 -0800)
committerLinus Torvalds <[email protected]>
Fri, 16 Feb 2007 16:13:57 +0000 (08:13 -0800)
commit73b08d2aa4245806ef1bdd48463e9a0b045c62cf
tree1cd5b3a7b9f889bb6ff1e7fc6c9a95751faad4d7
parent95492e4646e5de8b43d9a7908d6177fb737b61f0
[PATCH] clocksource: replace is_continuous by a flag field

Using a flag filed allows to encode more than one information into a variable.
Preparatory patch for the generic clocksource verification.

[[email protected]: convert vmitime.c to the new clocksource flag]
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Cc: john stultz <[email protected]>
Cc: Roman Zippel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/i386/kernel/hpet.c
arch/i386/kernel/tsc.c
arch/i386/kernel/vmitime.c
drivers/clocksource/acpi_pm.c
drivers/clocksource/cyclone.c
drivers/clocksource/scx200_hrt.c
include/linux/clocksource.h
kernel/time/jiffies.c
kernel/timer.c
This page took 0.059893 seconds and 4 git commands to generate.