summaryrefslogtreecommitdiff
path: root/vm/vm_page.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_page.c')
-rw-r--r--vm/vm_page.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/vm_page.c b/vm/vm_page.c
index 19f6f4be..cc6963fc 100644
--- a/vm/vm_page.c
+++ b/vm/vm_page.c
@@ -657,7 +657,7 @@ vm_page_info_common(int (*print_fn)(const char *format, ...))
}
}
-#ifdef X15_SHELL
+#ifdef X15_ENABLE_SHELL
static void
vm_page_info(void)
@@ -691,7 +691,7 @@ INIT_OP_DEFINE(vm_page_setup_shell,
INIT_OP_DEP(shell_setup, true),
INIT_OP_DEP(vm_page_setup, true));
-#endif /* X15_SHELL */
+#endif /* X15_ENABLE_SHELL */
static int __init
vm_page_setup(void)