[PATCH] sort the cache shift options.

From: davej
Date: Mon Aug 11 2003 - 11:58:26 EST


diff -urpN --exclude-from=/home/davej/.exclude bk-linus/arch/i386/Kconfig linux-2.5/arch/i386/Kconfig
--- bk-linus/arch/i386/Kconfig 2003-08-06 16:39:02.000000000 +0100
+++ linux-2.5/arch/i386/Kconfig 2003-08-08 00:38:44.000000000 +0100
@@ -322,10 +322,10 @@ config X86_XADD

config X86_L1_CACHE_SHIFT
int
- default "7" if MPENTIUM4 || X86_GENERIC
default "4" if MELAN || M486 || M386
default "5" if MWINCHIP3D || MWINCHIP2 || MWINCHIPC6 || MCRUSOE || MCYRIXIII || MK6 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || M586 || MVIAC3_2
default "6" if MK7 || MK8
+ default "7" if MPENTIUM4 || X86_GENERIC

config RWSEM_GENERIC_SPINLOCK
bool
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/