|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 2/7] Update sparse tree with "uml: fix processor sele
Update sparse tree with "uml: fix processor selection to exclude unsupported
processors and features" patch from 2.6.18.8 tree [1]
[1]
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.18.y.git;a=commitdiff;h=9ee03a230d10a22e36f1e1fdcc2e0a92628e9ac6
Signed-off-by: S.Çağlar Onur <caglar@xxxxxxxxxxxxx>
--- a/linux-2.6-xen-sparse/arch/i386/Kconfig.cpu
+++ b/linux-2.6-xen-sparse/arch/i386/Kconfig.cpu
@@ -7,6 +7,7 @@ choice
config M386
bool "386"
+ depends on !UML
---help---
This is the processor type of your CPU. This information is used for
optimizing purposes. In order to compile a kernel that can run on
@@ -301,7 +302,7 @@ config X86_USE_PPRO_CHECKSUM
config X86_USE_3DNOW
bool
- depends on MCYRIXIII || MK7 || MGEODE_LX
+ depends on (MCYRIXIII || MK7 || MGEODE_LX) && !UML
default y
config X86_OOSTORE
--
S.Çağlar Onur <caglar@xxxxxxxxxxxxx>
http://cekirdek.pardus.org.tr/~caglar/
Linux is like living in a teepee. No Windows, no Gates and an Apache in house!
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH 2/7] Update sparse tree with "uml: fix processor selection to exclude unsupported processors and features" patch from 2.6.18.8 tree,
S.Çağlar Onur <=
|
|
|
|
|