CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/08/17 16:09:41
Modified files:
arch/mips : Kconfig
Log message:
More reformatting.
diff -urN linux/arch/mips/Kconfig linux/arch/mips/Kconfig
--- linux/arch/mips/Kconfig 2005/08/17 15:07:24 1.167
+++ linux/arch/mips/Kconfig 2005/08/17 15:09:40 1.168
@@ -1331,10 +1331,11 @@
config CPU_MIPSR2_IRQ_VI
bool "Vectored interrupt mode"
help
- Vectored interrupt mode allowing faster dispatching of interrupts.
The board
- support code needs to be written to take advantage of this mode.
Compatibility
- code is included to allow the kernel to run on a CPU that does not
support
- vectored interrupts. It's safe to say Y here.
+ Vectored interrupt mode allowing faster dispatching of interrupts.
+ The board support code needs to be written to take advantage of this
+ mode. Compatibility code is included to allow the kernel to run on
+ a CPU that does not support vectored interrupts. It's safe to
+ say Y here.
config CPU_MIPSR2_IRQ_EI
bool "External interrupt controller mode"
|