powerpc/pseries/mm: Introducing FW_FEATURE_BLOCK_REMOVE
This feature tells if the hcall H_BLOCK_REMOVE is available. Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com> Cc: Nicholas Piggin <npiggin@gmail.com> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Paul Mackerras <paulus@samba.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> Signed-off-by: Laurent Dufour <ldufour@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
96695563ce
commit
5600fbe340
@@ -65,6 +65,7 @@ hypertas_fw_features_table[] = {
|
||||
{FW_FEATURE_SET_MODE, "hcall-set-mode"},
|
||||
{FW_FEATURE_BEST_ENERGY, "hcall-best-energy-1*"},
|
||||
{FW_FEATURE_HPT_RESIZE, "hcall-hpt-resize"},
|
||||
{FW_FEATURE_BLOCK_REMOVE, "hcall-block-remove"},
|
||||
};
|
||||
|
||||
/* Build up the firmware features bitmask using the contents of
|
||||
|
Reference in New Issue
Block a user