Messages in this thread Patch in this message |  | | Subject | [PATCH] 2.5.7-dj1, add 3 help texts to arch/alpha/Config.help | From | Steven Cole <> | Date | 22 Mar 2002 10:46:36 -0700 |
| |
This patch adds three help texts to arch/alpha/Config.help. The texts were obtained from ESR's v2.97 Configure.help.
Steven
--- linux-2.5.7-dj1/arch/alpha/Config.help.orig Fri Mar 22 10:08:02 2002 +++ linux-2.5.7-dj1/arch/alpha/Config.help Fri Mar 22 10:15:47 2002 @@ -251,6 +251,10 @@ CONFIG_ALPHA_GAMMA Say Y if you have an AS 2000 5/xxx or an AS 2100 5/xxx. +CONFIG_ALPHA_EV67 + Is this a machine based on the EV67 core? If in doubt, select N here + and the machine will be treated as an EV6. + CONFIG_ALPHA_SRM There are two different types of booting firmware on Alphas: SRM, which is command line driven, and ARC, which uses menus and arrow @@ -592,4 +596,15 @@ and certain other kinds of spinlock errors commonly made. This is best used in conjunction with the NMI watchdog so that spinlock deadlocks are also debuggable. + +CONFIG_DEBUG_RWLOCK + If you say Y here then read-write lock processing will count how many + times it has tried to get the lock and issue an error message after + too many attempts. If you suspect a rwlock problem or a kernel + hacker asks for this option then say Y. Otherwise say N. + +CONFIG_DEBUG_SEMAPHORE + If you say Y here then semaphore processing will issue lots of + verbose debugging messages. If you suspect a semaphore problem or a + kernel hacker asks for this option then say Y. Otherwise say N.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |