diff options
author | Thomas Bogendoerfer <[email protected]> | 2019-10-09 15:27:15 +0200 |
---|---|---|
committer | Paul Burton <[email protected]> | 2019-10-09 14:55:53 -0700 |
commit | 351889d356290554bf5d20d684244813a654afbe (patch) | |
tree | 889b69d1c16509a8033b1a5b706363ed98e16073 /drivers/usb/cdns3/cdns3-debug.h | |
parent | 39b2d7565a4736a30c6eeb550901433b44aebf57 (diff) |
MIPS: fw: arc: workaround 64bit kernel/32bit ARC problems
Pointer arguments for 32bit ARC PROMs must reside in CKSEG0/1. While
the initial stack resides in CKSEG0 the first kernel thread stack
is already placed at a XKPHYS address, which ARC32 can't handle.
The workaround here is to use static variables, which are placed
into BSS and linked to a CKSEG0 address.
Signed-off-by: Thomas Bogendoerfer <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: James Hogan <[email protected]>
Cc: [email protected]
Cc: [email protected]
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions