m68k: runtime patching infrastructure
Add the basic infrastructure to allow runtime patching of kernel and modules to optimize a few functions with parameters, which are only calculated once during bootup and are otherwise constant. Use this for the conversion between virtual and physical addresses. Signed-off-by:Roman Zippel <zippel@linux-m68k.org> Signed-off-by:
Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- arch/m68k/Makefile 1 addition, 0 deletionsarch/m68k/Makefile
- arch/m68k/kernel/Makefile 1 addition, 2 deletionsarch/m68k/kernel/Makefile
- arch/m68k/kernel/module.c 27 additions, 1 deletionarch/m68k/kernel/module.c
- arch/m68k/kernel/module.lds 7 additions, 0 deletionsarch/m68k/kernel/module.lds
- arch/m68k/kernel/vmlinux-std.lds 5 additions, 0 deletionsarch/m68k/kernel/vmlinux-std.lds
- arch/m68k/kernel/vmlinux-sun3.lds 5 additions, 0 deletionsarch/m68k/kernel/vmlinux-sun3.lds
- arch/m68k/mm/motorola.c 3 additions, 0 deletionsarch/m68k/mm/motorola.c
- include/asm-m68k/module.h 32 additions, 1 deletioninclude/asm-m68k/module.h
- include/asm-m68k/page.h 26 additions, 3 deletionsinclude/asm-m68k/page.h
Loading
Please register or sign in to comment