aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/cxl.h
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2018-07-05 04:47:00 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2018-07-15 21:37:21 -0400
commit2bf1071a8d50928a4ae366bb3108833166c2b70c (patch)
treeebffef07f7ebbb9bb1ba231c4cb8ff00cc6fd795 /drivers/misc/cxl/cxl.h
parentce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff)
powerpc/64s: Remove POWER9 DD1 support
POWER9 DD1 was never a product. It is no longer supported by upstream firmware, and it is not effectively supported in Linux due to lack of testing. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Reviewed-by: Michael Ellerman <mpe@ellerman.id.au> [mpe: Remove arch_make_huge_pte() entirely] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/misc/cxl/cxl.h')
-rw-r--r--drivers/misc/cxl/cxl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/misc/cxl/cxl.h b/drivers/misc/cxl/cxl.h
index 918d4fb742d1..505f973e13f3 100644
--- a/drivers/misc/cxl/cxl.h
+++ b/drivers/misc/cxl/cxl.h
@@ -865,14 +865,6 @@ static inline bool cxl_is_power9(void)
865 return false; 865 return false;
866} 866}
867 867
868static inline bool cxl_is_power9_dd1(void)
869{
870 if ((pvr_version_is(PVR_POWER9)) &&
871 cpu_has_feature(CPU_FTR_POWER9_DD1))
872 return true;
873 return false;
874}
875
876ssize_t cxl_pci_afu_read_err_buffer(struct cxl_afu *afu, char *buf, 868ssize_t cxl_pci_afu_read_err_buffer(struct cxl_afu *afu, char *buf,
877 loff_t off, size_t count); 869 loff_t off, size_t count);
878 870