From c981ef049f59783ce1306a4d23e83bfc741ddfe9 Mon Sep 17 00:00:00 2001 From: dfr Date: Fri, 7 Sep 2001 11:03:39 +0000 Subject: Add options to select between 4k, 8k and 16k page sizes on ia64. The default is now 8k. --- sys/conf/options.ia64 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/conf/options.ia64') diff --git a/sys/conf/options.ia64 b/sys/conf/options.ia64 index 1ac6714..4fcb993 100644 --- a/sys/conf/options.ia64 +++ b/sys/conf/options.ia64 @@ -3,6 +3,10 @@ ITANIUM opt_global.h +PAGE_SIZE_4K opt_global.h +PAGE_SIZE_8K opt_global.h +PAGE_SIZE_16K opt_global.h + PPC_PROBE_CHIPSET opt_ppc.h PPC_DEBUG opt_ppc.h -- cgit v1.1