Deal with the bloody KSEG vs CKSEG horror...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:

committed by
Ralf Baechle

parent
902d21d531
commit
3bd4c902da
@@ -14,7 +14,7 @@ typedef void ATTRIB_NORET (* noret_func_t)(void);
|
||||
|
||||
static inline void ATTRIB_NORET back_to_prom(void)
|
||||
{
|
||||
noret_func_t func = (void *) KSEG1ADDR(0x1fc00000);
|
||||
noret_func_t func = (void *)CKSEG1ADDR(0x1fc00000);
|
||||
|
||||
func();
|
||||
}
|
||||
|
Reference in New Issue
Block a user