[MIPS] TXx9: rename asm-mips/mach-jmr3927 to asm-mips/mach-tx39xx
Rename mach-jmr3927 directory to more proper name to make adding other platforms easier. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
committed by
Ralf Baechle
parent
6e68665e51
commit
4c642f3f5e
@@ -200,3 +200,13 @@ asmlinkage void plat_irq_dispatch(void)
|
||||
else
|
||||
spurious_interrupt();
|
||||
}
|
||||
|
||||
/* see include/asm-mips/mach-tx39xx/mangle-port.h, for example. */
|
||||
#ifdef NEEDS_TXX9_SWIZZLE_ADDR_B
|
||||
static unsigned long __swizzle_addr_none(unsigned long port)
|
||||
{
|
||||
return port;
|
||||
}
|
||||
unsigned long (*__swizzle_addr_b)(unsigned long port) = __swizzle_addr_none;
|
||||
EXPORT_SYMBOL(__swizzle_addr_b);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user