From: Helge Deller Date: Wed, 31 Dec 2008 11:31:18 +0000 (+0100) Subject: module: fix module loading failure of large kernel modules for parisc X-Git-Tag: v2.6.29-rc1~494^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=088af9a6e05d51e7c3dc85d45d8b7a52c3ee08d7;p=pandora-kernel.git module: fix module loading failure of large kernel modules for parisc When creating the final layout of a kernel module in memory, allow the module loader to reserve some additional memory in front of a given section. This is currently only needed for the parisc port which needs to put the stub entries there to fulfill the 17/22bit PCREL relocations with large kernel modules like xfs. Signed-off-by: Helge Deller Signed-off-by: Rusty Russell (renamed fn) --- Reading git-diff-tree failed