Re: [PATCH] Processor autodetection (when configuring kernel)

From: David Relson (relson@osagesoftware.com)
Date: Fri Dec 29 2000 - 09:41:08 EST


Giacomo,

Further experimentation has revealed another problem with the script. The
use of curly braces in the case statement, i.e.

      GenuineIntel:6:{8,9,11} ) echo CONFIG_M686FXSR ;;

does not work. The construct below works, but I don't like it because of
its length:

     GenuineIntel:6:8|GenuineIntel:6:9|GenuineIntel:6:11 ) echo
CONFIG_M686FXSR ;;

David
--------------------------------------------------------
David Relson Osage Software Systems, Inc.
relson@osagesoftware.com Ann Arbor, MI 48103
www.osagesoftware.com tel: 734.821.8800

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



This archive was generated by hypermail 2b29 : Sun Dec 31 2000 - 21:00:12 EST