kernel-ark/arch/parisc
James Bottomley 6e1b9585aa [PARISC] Fix PCREL22F relocation problem for most modules
The new problem, which has been affecting many more modules was that
our new ioremap really takes chunks out of our vmalloc space.  The net
result being that any two kernel vmalloc's now have to slot into the
chunked up space.  So the vmallocs for a modules init and core sectons
are no longer necessarily contiguous.  Unfortunately, the module loader
thinks that any internal symbol references should be satisfiable using the
jump instruction, which isn't true if the symbol is referenced from init
to core and vmalloc placed them a long way apart.

Fix this by introducing a new stub type for intra module inter sectional
jumps and using it.

Signed-off-by: James Bottomley <jejb@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
2006-06-27 23:28:44 +00:00
..
configs
hpux [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry 2006-06-23 07:42:45 -07:00
kernel [PARISC] Fix PCREL22F relocation problem for most modules 2006-06-27 23:28:44 +00:00
lib
math-emu
mm [PARISC] Further work for multiple page sizes 2006-04-21 22:20:34 +00:00
oprofile
defconfig [PARISC] defconfig updates 2006-04-21 22:20:33 +00:00
defpalo.conf
install.sh
Kconfig [PARISC] Further work for multiple page sizes 2006-04-21 22:20:34 +00:00
Kconfig.debug
Makefile
nm