commit | a4928cffe6435caf427ae673131a633c1329dbf3 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Apr 23 13:20:56 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 24 23:15:44 2008 +0200 |
tree | a432bd0e757c547487d19bc30c1b134ad098656b | |
parent | f8dc5a186c19a029f8eac0b1d2c426690e58efdb [diff] [blame] |
"make namespacecheck" fixes Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index 7adad08..77de848 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c
@@ -550,7 +550,7 @@ write_cr4(read_cr4() & ~X86_CR4_TSD); } -void enable_TSC(void) +static void enable_TSC(void) { preempt_disable(); if (test_and_clear_thread_flag(TIF_NOTSC))