[PATCH] ppc64: remove firmware features from cpu_spec
commit7a6af5e38054d8e658a4b1b703902331a845de1a
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Aug 2005 04:32:30 +0000 (3 14:32 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 29 Aug 2005 00:53:34 +0000 (29 10:53 +1000)
tree8388d65aec62a65d10bd18306a7e84e7c5e7b18c
parent6fbb49d56d228b666cb4534bbc3c2dfe833c8053
[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 <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/kernel/cputable.c
arch/ppc64/kernel/lparcfg.c
arch/ppc64/kernel/pSeries_iommu.c
arch/ppc64/kernel/pSeries_setup.c
arch/ppc64/kernel/pSeries_smp.c
arch/ppc64/kernel/process.c
arch/ppc64/kernel/sysfs.c
arch/ppc64/kernel/time.c
include/asm-ppc64/cputable.h