-
- Downloads
clocksource: Replace vread with generic arch data
The vread field was bloating struct clocksource everywhere except x86_64, and I want to change the way this works on x86_64, so let's split it out into per-arch data. Cc: x86@kernel.org Cc: Clemens Ladisch <clemens@ladisch.de> Cc: linux-ia64@vger.kernel.org Cc: Tony Luck <tony.luck@intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: John Stultz <johnstul@us.ibm.com> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by:Andy Lutomirski <luto@mit.edu> Link: http://lkml.kernel.org/r/3ae5ec76a168eaaae63f08a2a1060b91aa0b7759.1310563276.git.luto@mit.edu Signed-off-by:
H. Peter Anvin <hpa@linux.intel.com>
Showing
- arch/x86/include/asm/clocksource.h 16 additions, 0 deletionsarch/x86/include/asm/clocksource.h
- arch/x86/kernel/hpet.c 1 addition, 1 deletionarch/x86/kernel/hpet.c
- arch/x86/kernel/tsc.c 1 addition, 1 deletionarch/x86/kernel/tsc.c
- arch/x86/kernel/vsyscall_64.c 1 addition, 1 deletionarch/x86/kernel/vsyscall_64.c
- include/asm-generic/clocksource.h 4 additions, 0 deletionsinclude/asm-generic/clocksource.h
- include/linux/clocksource.h 8 additions, 2 deletionsinclude/linux/clocksource.h
Loading
Please register or sign in to comment