From: Stephen Rothwell Date: Wed, 3 Aug 2005 04:32:30 +0000 (+1000) Subject: [PATCH] ppc64: remove firmware features from cpu_spec X-Git-Tag: v2.6.14-rc1~1037^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6af5e38054d8e658a4b1b703902331a845de1a;p=pandora-kernel.git [PATCH] ppc64: remove firmware features from cpu_spec The firmware_features field of struct cpu_spec should really be a separate variable as the firmware features do not depend on the chip and the bitmask is constructed independently. By removing it, we save 112 bytes from the cpu_specs array and we access the bitmask directly instead of via the cur_cpu_spec pointer. Signed-off-by: Stephen Rothwell Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed