diff options
| author | Avi Kivity <[email protected]> | 2007-07-19 11:30:14 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-07-19 21:37:05 +0000 |
| commit | 2d9ce177e68645945e3366cfe2d66ee3c28cd4f2 (patch) | |
| tree | a98a3a8b0f1e92f0b8f9ecb44b67bb46c3b4451a /net/tipc/handler.c | |
| parent | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 (diff) | |
| download | kernel-2d9ce177e68645945e3366cfe2d66ee3c28cd4f2.tar.gz kernel-2d9ce177e68645945e3366cfe2d66ee3c28cd4f2.zip | |
i386: Allow KVM on i386 nonpae
Currently, CONFIG_X86_CMPXCHG64 both enables boot-time checking of
the cmpxchg64b feature and enables compilation of the set_64bit() family.
Since the option is dependent on PAE, and since KVM depends on set_64bit(),
this effectively disables KVM on i386 nopae.
Simplify by removing the config option altogether: the boot check is made
dependent on CONFIG_X86_PAE directly, and the set_64bit() family is exposed
without constraints. It is up to users to check for the feature flag (KVM
does not as virtualiation extensions imply its existence).
Signed-off-by: Avi Kivity <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/tipc/handler.c')
0 files changed, 0 insertions, 0 deletions
