]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/lguest/Kconfig
x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUEST
authorEduardo Pereira Habkost <ehabkost@redhat.com>
Wed, 30 Jan 2008 12:33:32 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:32 +0000 (13:33 +0100)
commit42d545c9a4c0d3faeab658a40165c3da2dda91b2
treebd7d188d779f9372f5aedd4654804c37bc94447d
parente61bd94a36a9f2c394d75ebe3614fe0a612bcf2d
x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUEST

With this, the paravirt_ops code can be enabled on x86_64 also.

Each guest implementation (Xen, VMI, lguest) now depends on X86_32. The
dependencies can be dropped for each one when they start to support
x86_64.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig
arch/x86/lguest/Kconfig
arch/x86/xen/Kconfig