From: Paul Walmsley Date: Sat, 1 Dec 2007 02:47:32 +0000 (-0700) Subject: Clean up cpu.h for 24xx, 34xx X-Git-Tag: v2.6.24-omap1~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64c1b672485e6c06bf35d30dab7a3c7c28b20d3d;p=pandora-kernel.git Clean up cpu.h for 24xx, 34xx [ This patch replaces the previous patch from me on this topic, "Fix cpu_is_omap343x()" ] include/asm-arm/arch-omap/cpu.h was always returning 0 for cpu_is_omap343x(). This caused 3430SDP to fail to boot after the recent system control module patch. Also, clean up the existing OMAP2/3 CPU type reporting macros to evaluate to constants on non-multiboot kernels, and fix some whitespace and numeric format problems with the recent DEVICE_TYPE macro changes. Boot-tested on N800, 2430SDP, and 3430SDP-ES1. size: 2885444 147008 96280 3128732 2fbd9c vmlinux.3430sdp 2885416 147008 96280 3128704 2fbd80 vmlinux.3430sdp.patched Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed