patch-2.4.23 linux-2.4.23/arch/sh64/config.in

Next file: linux-2.4.23/arch/sh64/defconfig
Previous file: linux-2.4.23/arch/sh64/boot/compressed/head.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/arch/sh64/config.in linux-2.4.23/arch/sh64/config.in
@@ -54,6 +54,8 @@
 	"2			CONFIG_SH64_PGTABLE_2_LEVEL \
 	 3			CONFIG_SH64_PGTABLE_3_LEVEL" 2
 
+bool 'Fixup misaligned loads/stores occurring in user mode' CONFIG_SH64_USER_MISALIGNED_FIXUP
+
 # Use 32-bit addressing for now.
 # EMI based.
 # P2 (UNCACHED) required to use identity mapping
@@ -300,6 +302,9 @@
 bool 'GDB Stub kernel debug' CONFIG_DEBUG_KERNEL_WITH_GDB_STUB
 bool "Debug: audit page tables on return from syscall/exception/interrupt" CONFIG_SH64_PAGE_TABLE_AUDIT
 dep_bool "Debug: report TLB fill/purge activity through /proc/tlb" CONFIG_SH64_PROC_TLB $CONFIG_PROC_FS
+dep_bool "Debug: report ASIDS through /proc/asids" CONFIG_SH64_PROC_ASIDS $CONFIG_PROC_FS
+
+int 'Kernel messages buffer length shift (0 = default)' CONFIG_LOG_BUF_SHIFT 0
 
 endmenu
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)