summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/iseries/setup.c
diff options
context:
space:
mode:
authorMichael Ellerman2006-03-27 05:26:25 +0200
committerPaul Mackerras2006-03-28 07:45:20 +0200
commitd0160bf0b3e87032be8e85f80ddd2f18e107b86f (patch)
treead29de605288def9799b1cde52e1c5ddf03b4ee6 /arch/powerpc/platforms/iseries/setup.c
parent[PATCH] powerpc: export validate_sp for oprofile calltrace (diff)
downloadkernel-qcow2-linux-d0160bf0b3e87032be8e85f80ddd2f18e107b86f.tar.gz
kernel-qcow2-linux-d0160bf0b3e87032be8e85f80ddd2f18e107b86f.tar.xz
kernel-qcow2-linux-d0160bf0b3e87032be8e85f80ddd2f18e107b86f.zip
[PATCH] powerpc: Rename and export ppc64_firmware_features
We need to export ppc64_firmware_features for modules. Before we do that I think we should probably rename it to powerpc_firmware_features. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/iseries/setup.c')
-rw-r--r--arch/powerpc/platforms/iseries/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/iseries/setup.c b/arch/powerpc/platforms/iseries/setup.c
index fa4550611c11..155aa690e4bb 100644
--- a/arch/powerpc/platforms/iseries/setup.c
+++ b/arch/powerpc/platforms/iseries/setup.c
@@ -680,8 +680,8 @@ static int __init iseries_probe(int platform)
if (PLATFORM_ISERIES_LPAR != platform)
return 0;
- ppc64_firmware_features |= FW_FEATURE_ISERIES;
- ppc64_firmware_features |= FW_FEATURE_LPAR;
+ powerpc_firmware_features |= FW_FEATURE_ISERIES;
+ powerpc_firmware_features |= FW_FEATURE_LPAR;
return 1;
}