From: Mike Frysinger Date: Wed, 25 Jul 2007 03:19:14 +0000 (+0800) Subject: Blackfin arch: revise anomaly handling by basing things on the compiler not the kconf... X-Git-Tag: v2.6.24-rc1~1462^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aafd9091226a02b481298315f959f777294684e;p=pandora-kernel.git Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines revise anomaly handling by basing things on the compiler not the kconfig defines, so the header is stable and usable outside of the kernel. This also allows us to move some code from preprocessing to compiling (gcc culls dead code) which should help with code quality (readability, catch minor bugs, etc...). Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- Reading git-diff-tree failed