Re: CPU options during config

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 8 Jan 1999 15:53:12 +0000 (GMT)


> isn't there any way to capture a software interrupt when these new
> instructions/features are used on an old processor? i've worked on

Yes. Unknown instructions raise illegal instruction. There are also a set
of "official" ways to check chips. The problem is the run time cost of testing
often outweights the time saved. Thats why Linus stuff on the "with TSC" compile
makes a lot of sense.

Alan

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