commit | 42d545c9a4c0d3faeab658a40165c3da2dda91b2 | [log] [tgz] |
---|---|---|
author | Eduardo Pereira Habkost <ehabkost@redhat.com> | Wed Jan 30 13:33:32 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:33:32 2008 +0100 |
tree | bd7d188d779f9372f5aedd4654804c37bc94447d | |
parent | e61bd94a36a9f2c394d75ebe3614fe0a612bcf2d [diff] |
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>