packages: kernel/kernel-x86.config - be specific about arch - don't use all...
sparky
sparky at pld-linux.org
Fri Dec 4 21:33:06 CET 2009
Author: sparky Date: Fri Dec 4 20:33:06 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- be specific about arch - don't use all, use x86 (or i386) instead
- OPROFILE_EVENT_MULTIPLEX changed from n to y
---- Files affected:
packages/kernel:
kernel-x86.config (1.18 -> 1.19)
---- Diffs:
================================================================
Index: packages/kernel/kernel-x86.config
diff -u packages/kernel/kernel-x86.config:1.18 packages/kernel/kernel-x86.config:1.19
--- packages/kernel/kernel-x86.config:1.18 Fri Dec 4 21:23:49 2009
+++ packages/kernel/kernel-x86.config Fri Dec 4 21:33:00 2009
@@ -4,7 +4,7 @@
#-
OPROFILE x86=m
OPROFILE_IBS x86=n
-OPROFILE_EVENT_MULTIPLEX all=n
+OPROFILE_EVENT_MULTIPLEX x86=y
KPROBES x86=y
#- file kernel/gcov/Kconfig goes here
@@ -23,7 +23,7 @@
X86_VSMP x86_64=n
X86_UV i386=n x86_64=n
X86_ELAN i386=n
-X86_MRST all=y
+X86_MRST i386=y
X86_RDC321X i386=n
X86_32_NON_STANDARD i386=y
X86_NUMAQ i386=n
@@ -55,7 +55,7 @@
X86_MCE_INTEL x86_64=y i686=y
X86_MCE_AMD x86_64=y i686=y
X86_ANCIENT_MCE i686=y
-X86_MCE_INJECT all=m
+X86_MCE_INJECT x86=m
VM86 i386=y
TOSHIBA i386=m
I8K x86=m
@@ -65,7 +65,7 @@
MICROCODE_AMD x86=y
X86_MSR x86=m
X86_CPUID x86=m
-X86_CPU_DEBUG all=m
+X86_CPU_DEBUG x86=m
NOHIGHMEM i386=n
HIGHMEM4G i386=y
HIGHMEM64G i386=n
@@ -190,12 +190,12 @@
DEBUG_STACK_USAGE x86=n
DEBUG_PER_CPU_MAPS x86=n
X86_PTDUMP x86=n
-DEBUG_RODATA all=y
-DEBUG_RODATA_TEST all=n
+DEBUG_RODATA x86=y
+DEBUG_RODATA_TEST x86=n
DEBUG_NX_TEST x86=m
4KSTACKS i386=n
IOMMU_DEBUG x86_64=n
-IOMMU_STRESS all=n
+IOMMU_STRESS x86=n
IO_DELAY_0X80 x86=y
IO_DELAY_0XED x86=n
IO_DELAY_UDELAY x86=n
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-x86.config?r1=1.18&r2=1.19&f=u
More information about the pld-cvs-commit
mailing list