From: Helge Deller Date: Thu, 28 Nov 2013 08:16:33 +0000 (+0100) Subject: kernel/extable: fix address-checks for core_kernel and init areas X-Git-Tag: v3.13-rc2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ecbe3c3c690b5ab493c730c317475287a9e8b45;p=pandora-kernel.git kernel/extable: fix address-checks for core_kernel and init areas The init_kernel_text() and core_kernel_text() functions should not include the labels _einittext and _etext when checking if an address is inside the .text or .init sections. Signed-off-by: Helge Deller Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed