From: Catalin Marinas Date: Fri, 18 Sep 2009 22:27:07 +0000 (+0100) Subject: Thumb-2: Correctly handle undefined instructions in the kernel X-Git-Tag: v2.6.32-rc1~49^2~1^2~8^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e686ea0291ee93b87dcdc00b96443b80de56c9;p=pandora-kernel.git Thumb-2: Correctly handle undefined instructions in the kernel VFP instructions in the kernel may trigger undefined exceptions if VFP hardware is not present. This patch corrects the loading of such Thumb-2 instructions. It also marks the "no_fp" label as a function so that the linker generate a Thumb address. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed