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:
parent
cb3a86c89e
commit
ef9f89996e
2 changed files with 1 additions and 49 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue