diff options
Diffstat (limited to 'arch/x86/kernel/tsc.c')
| -rw-r--r-- | arch/x86/kernel/tsc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c index 098b3cfda72e..6ff49247edf8 100644 --- a/arch/x86/kernel/tsc.c +++ b/arch/x86/kernel/tsc.c @@ -824,7 +824,7 @@ static void __init check_system_tsc_reliable(void)   * Make an educated guess if the TSC is trustworthy and synchronized   * over all CPUs.   */ -__cpuinit int unsynchronized_tsc(void) +int unsynchronized_tsc(void)  {  	if (!cpu_has_tsc || tsc_unstable)  		return 1; @@ -1020,7 +1020,7 @@ void __init tsc_init(void)   * been calibrated. This assumes that CONSTANT_TSC applies to all   * cpus in the socket - this should be a safe assumption.   */ -unsigned long __cpuinit calibrate_delay_is_known(void) +unsigned long calibrate_delay_is_known(void)  {  	int i, cpu = smp_processor_id();  | 
