Re: GNU Mach cpu detection fix

2004-11-28 Thread Alfred M. Szmidt
If it's well-tested, then fine by me. I tested it briefly, seems to work. And Guillem noted that he already tested it in his original message. Commited. 2004-11-22 Guillem Jover <[EMAIL PROTECTED]> * i386/i386/locore.S (discover_x86_cpu_type): Enable function. Enable ID fl

Re: GNU Mach cpu detection fix

2004-11-27 Thread Roland McGrath
If it's well-tested, then fine by me. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-hurd

Re: GNU Mach cpu detection fix

2004-11-27 Thread Alfred M. Szmidt
Roland, OK to commit? Guillem added EFL_VI and EFL_VIP for the sake of completion. EFL_AC and EFL_ID were supposedly added by Thomas in 1997; but that never got commited for some reason, so the only thing that should be changed is the ChangeLog entry to note this, something like: (EFL_AC, EFL_ID

GNU Mach cpu detection fix

2004-11-26 Thread Guillem Jover
Hi, I've fixed and enabled the cpu detection code in the Debian package, it works great. :> There were two related problems. CPUID trashed EBX and ECX and those registers were being used to save the stack pointer and the cpu flags, so when returing the stack pointer was totally trashed and the cp