[kernel] r12164 - in dists/trunk/linux-2.6/debian/config: amd64 i386

Maximilian Attems maks at alioth.debian.org
Thu Sep 4 14:39:53 UTC 2008


Author: maks
Date: Thu Sep  4 14:39:52 2008
New Revision: 12164

Log:
x86: enable X86_MPPARSE

default anyway, MPS table needed for old x86 smp boxes.

Modified:
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Thu Sep  4 14:39:52 2008
@@ -7,6 +7,7 @@
 ##
 ## file: arch/x86/Kconfig
 ##
+CONFIG_X86_MPPARSE=y
 CONFIG_64BIT=y
 ## choice: Subarchitecture Type
 CONFIG_X86_PC=y

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Thu Sep  4 14:39:52 2008
@@ -7,6 +7,7 @@
 ##
 ## file: arch/x86/Kconfig
 ##
+CONFIG_X86_MPPARSE=y
 ## choice: Subarchitecture Type
 CONFIG_X86_PC=y
 # CONFIG_X86_ELAN is not set



More information about the Kernel-svn-changes mailing list