amd64: set initial pvops Xen amd64 config options

most of these are a nogo for the generic config.
but this is a first start for the x86_64 -xen flavour for now.

svn path=/dists/trunk/linux-2.6/; revision=11342
This commit is contained in:
Maximilian Attems 2008-05-09 13:38:31 +00:00
parent 12d48d0cc9
commit dfd3e92a3b
1 changed files with 14 additions and 0 deletions

View File

@ -1 +1,15 @@
CONFIG_X86_64_XEN=y
## options needed for initial pvops fedora domU support
# CONFIG_SMP is not set
# CONFIG_NUMA is not set
# CONFIG_NEED_MULTIPLE_NODES is not set
## x86_64 breaks with a different CONFIG_PHYSICAL_START, currently
CONFIG_PHYSICAL_START=0x200000
## x86_64 breaks with CONFIG_SPARSEMEM_VMEMMAP, currently
# CONFIG_SPARSEMEM_VMEMMAP is not set
## 32-bit emulation isn't ready yet
# CONFIG_IA32_EMULATION is not set