This change allows ATU (new IOMMU) in SPARC systems to request
large (32M) contiguous memory during boot for creating IOTSB backing
store.
Orabug:
23239179
Reviewed-by: chris hyser <chris.hyser@oracle.com>
Signed-off-by: Tushar Dave <tushar.n.dave@oracle.com>
Signed-off-by: Allen Pais <allen.pais@oracle.com>
config CPU_BIG_ENDIAN
def_bool y
+config ARCH_ATU
+ bool
+ default y if SPARC64
+
config IOMMU_HELPER
bool
default y if SPARC64
config FORCE_MAX_ZONEORDER
int "Maximum zone order"
+ default "13" if ARCH_ATU
default "13" if KEXEC
default "16"
help