]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ppc64: create firmware_has_feature()
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Aug 2005 04:35:25 +0000 (14:35 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 29 Aug 2005 00:53:35 +0000 (10:53 +1000)
commit1ababe11480d59d75be806804c71fa55d203a5a6
treec9c8e21945479daa3ae8784588648b9c9bb5206f
parent7a6af5e38054d8e658a4b1b703902331a845de1a
[PATCH] ppc64: create firmware_has_feature()

Create the firmware_has_feature() inline and move the firmware feature
stuff into its own header file.

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
include/asm-ppc64/firmware.h [new file with mode: 0644]