]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
m68k: runtime patching infrastructure
authorRoman Zippel <zippel@linux-m68k.org>
Thu, 31 May 2007 07:40:50 +0000 (00:40 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 31 May 2007 14:58:13 +0000 (07:58 -0700)
commitfbe9c9612930e0604dc99ef2da7e063fa3278817
treeb11a5a03edd4a61fc5c71b2b38402cdfe914de22
parent1fc799e1b4efdbc405d87d9f154d64d9bc299e5c
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>
arch/m68k/Makefile
arch/m68k/kernel/Makefile
arch/m68k/kernel/module.c
arch/m68k/kernel/module.lds [new file with mode: 0644]
arch/m68k/kernel/vmlinux-std.lds
arch/m68k/kernel/vmlinux-sun3.lds
arch/m68k/mm/motorola.c
include/asm-m68k/module.h
include/asm-m68k/page.h