summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatthew Wilcox2007-02-06 01:34:00 +0100
committerKyle McMartin2007-02-09 00:56:41 +0100
commit742433b00b1c53d447a10f215cf887e4cb3406b5 (patch)
treeab055b5408a1c2ebc4813f44b5cee2f97dd2713f /include
parent[PATCH] parisc: fix module_param iommu permission (diff)
downloadkernel-qcow2-linux-742433b00b1c53d447a10f215cf887e4cb3406b5.tar.gz
kernel-qcow2-linux-742433b00b1c53d447a10f215cf887e4cb3406b5.tar.xz
kernel-qcow2-linux-742433b00b1c53d447a10f215cf887e4cb3406b5.zip
[PATCH] PA-RISC: Fix bogus warnings from modpost
parisc and parisc64 seem to name sections a little differently from other targets. parisc64 gives spurious warnings like: WARNING: drivers/net/dummy.o - Section mismatch: reference to .init.text:dummy_setup from .data.rel.ro between '.LC1' (at offset 0x0) and '.LC6' and parisc gives spurious warnings like: WARNING: drivers/net/dummy.o - Section mismatch: reference to .init.text:dummy_setup from .rodata.cst4 between '.LC1' (at offset 0x0) and '.LC6' Given the other comments in modpost.c, it seems that the best solution is to move rodata down to the 'match at start of name' section and add .data.rel.ro to the 'match entire name' section. Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Kyle McMartin <kyle@mcmartin.ca> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions