login
Header Space

 
 

Re: processor flags

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Cyrill Gorcunov <gorcunov@...>
Cc: Ingo Molnar <mingo@...>, LKML <linux-kernel@...>
Date: Thursday, March 27, 2008 - 3:55 pm

Cyrill Gorcunov wrote:

I think what we should do is:

- Rename VM_MASK to X86_VM_MASK (it's x86-specific after all)
- Have:

#if CONFIG_VM86
# define X86_VM_MASK X86_EFLAGS_VM
#else
# define X86_VM_MASK 0		/* No V86 support */
#endif

	-hpa
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
processor flags, Cyrill Gorcunov, (Thu Mar 27, 3:47 pm)
Re: processor flags, H. Peter Anvin, (Thu Mar 27, 3:55 pm)
Re: processor flags, Cyrill Gorcunov, (Thu Mar 27, 3:56 pm)
speck-geostationary