diff options
author | Jesse Larrew <jlarrew@linux.vnet.ibm.com> | 2010-11-09 13:24:48 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-11-29 15:48:22 +1100 |
commit | 36f567b42932a81866bf723779703ecc84cf714b (patch) | |
tree | d6a2fb09ff0aa9b9414146f72d1f005f72f83a8f /arch/powerpc/platforms/pseries/firmware.c | |
parent | 698193d85aa8aba003bacd09e40bbd78474fb00f (diff) | |
download | talos-op-linux-36f567b42932a81866bf723779703ecc84cf714b.tar.gz talos-op-linux-36f567b42932a81866bf723779703ecc84cf714b.zip |
powerpc: Add VPHN firmware feature
This simple patch adds the firmware feature for VPHN to the firmware
features bitmask.
Signed-off-by: Jesse Larrew <jlarrew@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/pseries/firmware.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/firmware.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/firmware.c b/arch/powerpc/platforms/pseries/firmware.c index 0a14d8cd314f..0b0eff0cce35 100644 --- a/arch/powerpc/platforms/pseries/firmware.c +++ b/arch/powerpc/platforms/pseries/firmware.c @@ -55,6 +55,7 @@ firmware_features_table[FIRMWARE_MAX_FEATURES] = { {FW_FEATURE_XDABR, "hcall-xdabr"}, {FW_FEATURE_MULTITCE, "hcall-multi-tce"}, {FW_FEATURE_SPLPAR, "hcall-splpar"}, + {FW_FEATURE_VPHN, "hcall-vphn"}, }; /* Build up the firmware features bitmask using the contents of |