]> git.karo-electronics.de Git - linux-beck.git/commitdiff
powerpc: Add cxl context to device archdata
authorMichael Neuling <mikey@neuling.org>
Wed, 27 May 2015 06:06:58 +0000 (16:06 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 3 Jun 2015 03:27:16 +0000 (13:27 +1000)
Add cxl context pointer to archdata.  We'll want to create one of these for cxl
PCI devices.  Put them here until we can get a pci_dev specific private data.

This location was suggested by benh.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/device.h

index 9f1371bab5fc2141a2345ce5ad1fac286465e868..e9bdda88f1fbb1e38af6b46abcafc330f7f2cdbd 100644 (file)
@@ -46,6 +46,9 @@ struct dev_archdata {
 #ifdef CONFIG_FAIL_IOMMU
        int fail_iommu;
 #endif
+#ifdef CONFIG_CXL_BASE
+       struct cxl_context      *cxl_ctx;
+#endif
 };
 
 struct pdev_archdata {