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

[PATCH] x86-64: Remove unused vxtime.hz field

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Andi Kleen and committed by
Linus Torvalds
a2a0c992 a0d58c97

-2
-1
arch/x86_64/kernel/time.c
··· 937 937 vxtime.mode = VXTIME_TSC; 938 938 vxtime.quot = (1000000L << 32) / vxtime_hz; 939 939 vxtime.tsc_quot = (1000L << 32) / cpu_khz; 940 - vxtime.hz = vxtime_hz; 941 940 rdtscll_sync(&vxtime.last_tsc); 942 941 setup_irq(0, &irq0); 943 942
-1
include/asm-x86_64/vsyscall.h
··· 29 29 30 30 struct vxtime_data { 31 31 long hpet_address; /* HPET base address */ 32 - unsigned long hz; /* HPET clocks / sec */ 33 32 int last; 34 33 unsigned long last_tsc; 35 34 long quot;