From: Tom Rini Date: Mon, 20 May 2013 00:55:38 +0000 (+0930) Subject: modpost.c: Add .text.unlikely to TEXT_SECTIONS X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06df44ee41442d83be061c5fd1b1de4f5fc6fbbf;p=pandora-kernel.git modpost.c: Add .text.unlikely to TEXT_SECTIONS gcc's places cold functions into the .text.unlikely section and we need to check this section as well for section mismatches otherwise we may have false negatives for this test. Cc: Rusty Russell Cc: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org Cc: linux-kbuild@vger.kernel.org Signed-off-by: Tom Rini Signed-off-by: Rusty Russell (wording update) --- Reading git-diff-tree failed