From: Sam Ravnborg Date: Mon, 4 May 2009 11:05:26 +0000 (+0200) Subject: kbuild, modpost: fix unexpected non-allocatable warning with mips X-Git-Tag: v2.6.30-rc5~37^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4391ed6aa9a38cdfb48addd7a9b24a2ff099b1a7;p=pandora-kernel.git kbuild, modpost: fix unexpected non-allocatable warning with mips mips emit the following debug sections: .mdebug* and .pdr They were included in the check for non-allocatable section and caused modpost to warn. Manuel Lauss suggested to fix this by adding the relevant sections to the list of sections we do not check. Signed-off-by: Sam Ravnborg Reported-by: Manuel Lauss --- Reading git-diff-tree failed