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:
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user