From: James S. <jsi...@us...> - 2002-07-23 19:19:19
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/alpha In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/arch/alpha Modified Files: config.in Log Message: Synced to 2.5.26 Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/alpha/config.in,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- config.in 22 Jun 2002 17:50:57 -0000 1.32 +++ config.in 23 Jul 2002 19:18:46 -0000 1.33 @@ -235,9 +235,9 @@ fi if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then - bool 'Discontiguous Memory Support' CONFIG_DISCONTIGMEM + bool 'Discontiguous Memory Support (EXPERIMENTAL)' CONFIG_DISCONTIGMEM if [ "$CONFIG_DISCONTIGMEM" = "y" ]; then - bool ' NUMA Support' CONFIG_NUMA + bool ' NUMA Support (EXPERIMENTAL)' CONFIG_NUMA fi fi |