sh: Kill off unused sh64 debug code.

None of the print_page() code and associated helpers are presently used
by anything in-tree, so just kill it off.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2009-05-08 17:36:57 +09:00
parent cb3a86c89e
commit ef9f89996e
2 changed files with 1 additions and 49 deletions

View File

@@ -33,7 +33,7 @@ void __delay(unsigned long loops)
:"0"(loops));
}
inline void __const_udelay(unsigned long xloops)
void __const_udelay(unsigned long xloops)
{
__delay(xloops * (HZ * cpu_data[raw_smp_processor_id()].loops_per_jiffy));
}