"make namespacecheck" fixes

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar
2008-04-23 13:20:56 +02:00
parent f8dc5a186c
commit a4928cffe6
13 changed files with 18 additions and 20 deletions

View File

@@ -562,7 +562,7 @@ static void hard_enable_TSC(void)
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))