sparc32: add support for run-time patching of leon/sun single instructions
This will be used to handle that MMUREGS has different ASI for SUN and LEON. This is the infrastructure only - users will come later. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Daniel Hellstrom <daniel@gaisler.com> Cc: Konrad Eisele <konrad@gaisler.com>
This commit is contained in:
committed by
David S. Miller
parent
4efb55e691
commit
5b8b93c4ab
@ -7,4 +7,7 @@
|
||||
/* sparc entry point */
|
||||
extern char _start[];
|
||||
|
||||
extern char __leon_1insn_patch[];
|
||||
extern char __leon_1insn_patch_end[];
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user