Re: [RFC] Features patch

2006-12-20 Thread Thomas Schwinge
Hello! On Tue, Dec 19, 2006 at 11:24:43AM +0100, Samuel Thibault wrote: > For some reasons (fxsave/rstor, global page bit), we need to know which > features the CPU has. Here is a patch for adding this support. Any > comments? Thanks, yes, feel free to install. Regards, Thomas signature.as

Re: [RFC] Features patch

2006-12-19 Thread Barry deFreese
Samuel Thibault wrote: Hi, For some reasons (fxsave/rstor, global page bit), we need to know which features the CPU has. Here is a patch for adding this support. Any comments? Note: the cpu_features variable is an array because there are several feature words, I for now only implemented word

[RFC] Features patch

2006-12-19 Thread Samuel Thibault
Hi, For some reasons (fxsave/rstor, global page bit), we need to know which features the CPU has. Here is a patch for adding this support. Any comments? Note: the cpu_features variable is an array because there are several feature words, I for now only implemented word 0 which contains all we n