Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d617a402 authored by Andrew Morton's avatar Andrew Morton Committed by Paul Mackerras
Browse files

powerpc: Export CMO_PageSize



This fixes an error building powerpc allmodconfig:

ERROR: "CMO_PageSize" [arch/powerpc/platforms/pseries/cmm.ko] undefined!

Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent b4702779
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -71,6 +71,7 @@
int CMO_PrPSP = -1;
int CMO_PrPSP = -1;
int CMO_SecPSP = -1;
int CMO_SecPSP = -1;
unsigned long CMO_PageSize = (ASM_CONST(1) << IOMMU_PAGE_SHIFT);
unsigned long CMO_PageSize = (ASM_CONST(1) << IOMMU_PAGE_SHIFT);
EXPORT_SYMBOL(CMO_PageSize);


int fwnmi_active;  /* TRUE if an FWNMI handler is present */
int fwnmi_active;  /* TRUE if an FWNMI handler is present */