summary refs log tree commit diff stats
path: root/target/ppc/cpu-param.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/ppc/cpu-param.h')
-rw-r--r--target/ppc/cpu-param.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/ppc/cpu-param.h b/target/ppc/cpu-param.h
index 6c4525fdf3..553ad2f4c6 100644
--- a/target/ppc/cpu-param.h
+++ b/target/ppc/cpu-param.h
@@ -33,7 +33,6 @@
 #ifdef CONFIG_USER_ONLY
 /* Allow user-only to vary page size from 4k */
 # define TARGET_PAGE_BITS_VARY
-# define TARGET_PAGE_BITS_MIN 12
 #else
 # define TARGET_PAGE_BITS 12
 #endif