Kconfig (9cdf083f981b8d37b3212400a359368661385099) Kconfig (ac8be955049dab828a68b9c68a75144832f8289f)
1config MIPS
2 bool
3 default y
4 # Horrible source of confusion. Die, die, die ...
5 select EMBEDDED
6
7mainmenu "Linux/MIPS Kernel Configuration"
8

--- 1554 unchanged lines hidden (view full) ---

1563config SYS_SUPPORTS_MULTITHREADING
1564 bool
1565
1566config MIPS_MT_FPAFF
1567 bool "Dynamic FPU affinity for FP-intensive threads"
1568 depends on MIPS_MT
1569 default y
1570
1config MIPS
2 bool
3 default y
4 # Horrible source of confusion. Die, die, die ...
5 select EMBEDDED
6
7mainmenu "Linux/MIPS Kernel Configuration"
8

--- 1554 unchanged lines hidden (view full) ---

1563config SYS_SUPPORTS_MULTITHREADING
1564 bool
1565
1566config MIPS_MT_FPAFF
1567 bool "Dynamic FPU affinity for FP-intensive threads"
1568 depends on MIPS_MT
1569 default y
1570
1571config MIPS_MT_SMTC_INSTANT_REPLAY
1572 bool "Low-latency Dispatch of Deferred SMTC IPIs"
1573 depends on MIPS_MT_SMTC
1574 default y
1575 help
1576 SMTC pseudo-interrupts between TCs are deferred and queued
1577 if the target TC is interrupt-inhibited (IXMT). In the first
1578 SMTC prototypes, these queued IPIs were serviced on return
1579 to user mode, or on entry into the kernel idle loop. The
1580 INSTANT_REPLAY option dispatches them as part of local_irq_restore()
1581 processing, which adds runtime overhead (hence the option to turn
1582 it off), but ensures that IPIs are handled promptly even under
1583 heavy I/O interrupt load.
1584
1571config MIPS_VPE_LOADER_TOM
1572 bool "Load VPE program into memory hidden from linux"
1573 depends on MIPS_VPE_LOADER
1574 default y
1575 help
1576 The loader can use memory that is present but has been hidden from
1577 Linux using the kernel command line option "mem=xxMB". It's up to
1578 you to ensure the amount you put in the option and the space your

--- 499 unchanged lines hidden ---
1585config MIPS_VPE_LOADER_TOM
1586 bool "Load VPE program into memory hidden from linux"
1587 depends on MIPS_VPE_LOADER
1588 default y
1589 help
1590 The loader can use memory that is present but has been hidden from
1591 Linux using the kernel command line option "mem=xxMB". It's up to
1592 you to ensure the amount you put in the option and the space your

--- 499 unchanged lines hidden ---