| 
      
      
      From: Paul M. <le...@us...> - 2006-08-07 05:21:16
      
     | 
| Update of /cvsroot/linuxsh/linux/arch/sh In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13983/arch/sh Modified Files: Kconfig Log Message: Allow selection of timer tick interval and preempt model. Index: Kconfig =================================================================== RCS file: /cvsroot/linuxsh/linux/arch/sh/Kconfig,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -r1.110 -r1.111 --- Kconfig 7 Aug 2006 02:00:33 -0000 1.110 +++ Kconfig 7 Aug 2006 05:21:13 -0000 1.111 @@ -405,6 +405,8 @@ menu "Kernel features" +source kernel/Kconfig.hz + config KEXEC bool "kexec system call (EXPERIMENTAL)" depends on EXPERIMENTAL @@ -461,6 +463,8 @@ This is purely to save memory - each supported CPU adds approximately eight kilobytes to the kernel image. +source "kernel/Kconfig.preempt" + config CPU_HAS_SR_RB bool "CPU has SR.RB" depends on CPU_SH3 || CPU_SH4 |