[kernel] r17210 - in dists/trunk/linux-2.6/debian: . config config/i386 config/i386/none
Ben Hutchings
benh at alioth.debian.org
Thu Apr 7 01:52:49 UTC 2011
Author: benh
Date: Thu Apr 7 01:52:47 2011
New Revision: 17210
Log:
[i386] Rename '686-bigmem' flavour to '686-pae'; remove '686' flavour.
For 686-class systems without PAE, the '486' flavour is more efficient
than the '686' flavour due to optimisation for uniprocessor systems.
Added:
dists/trunk/linux-2.6/debian/config/i386/none/config.686-pae
- copied unchanged from r17206, dists/trunk/linux-2.6/debian/config/i386/none/config.686-bigmem
Deleted:
dists/trunk/linux-2.6/debian/config/i386/none/config.686
dists/trunk/linux-2.6/debian/config/i386/none/config.686-bigmem
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/defines
dists/trunk/linux-2.6/debian/config/i386/defines
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Wed Apr 6 22:55:21 2011 (r17209)
+++ dists/trunk/linux-2.6/debian/changelog Thu Apr 7 01:52:47 2011 (r17210)
@@ -2,6 +2,11 @@
* New upstream release candidate
+ [ Ben Hutchings ]
+ * [i386] Rename '686-bigmem' flavour to '686-pae'; remove '686' flavour.
+ For 686-class systems without PAE, the '486' flavour is more efficient
+ than the '686' flavour due to optimisation for uniprocessor systems.
+
-- Ben Hutchings <ben at decadent.org.uk> Wed, 06 Apr 2011 14:02:37 +0100
linux-2.6 (2.6.38-3) unstable; urgency=low
Modified: dists/trunk/linux-2.6/debian/config/defines
==============================================================================
--- dists/trunk/linux-2.6/debian/config/defines Wed Apr 6 22:55:21 2011 (r17209)
+++ dists/trunk/linux-2.6/debian/config/defines Thu Apr 7 01:52:47 2011 (r17210)
@@ -23,6 +23,8 @@
none
[description]
+part-long-up: This kernel is not suitable for SMP (multi-processor,
+ multi-core or hyper-threaded) systems.
part-long-xen: This kernel also runs on a Xen hypervisor.
It supports only unprivileged (domU) operation.
Modified: dists/trunk/linux-2.6/debian/config/i386/defines
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/defines Wed Apr 6 22:55:21 2011 (r17209)
+++ dists/trunk/linux-2.6/debian/config/i386/defines Thu Apr 7 01:52:47 2011 (r17210)
@@ -1,44 +1,41 @@
[base]
flavours:
486
- 686
- 686-bigmem
+ 686-pae
amd64
kernel-arch: x86
+[description]
+part-long-pae: This kernel requires PAE (Physical Address Extension).
+ This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon,
+ Celeron, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron,
+ Turion or Phenom; Transmeta Efficeon; and VIA C7.
+
[image]
bootloaders: grub-pc extlinux lilo
configs:
kernelarch-x86/config
[486_description]
-hardware: old PCs
-hardware-long: PCs with a 486, Pentium or compatible processor
+hardware: older PCs
+hardware-long: PCs with a single processor not supporting PAE
+parts: up
[486_image]
configs:
kernelarch-x86/config-arch-32
-[686_description]
+[686-pae_description]
hardware: modern PCs
-hardware-long: PCs with Intel Pentium Pro/II/III/4/4M/D/M, Xeon, Celeron, Core or Atom; AMD Geode LX/NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C3 "Nehemiah" or C7 processors
-
-[686_image]
-configs:
- kernelarch-x86/config-arch-32
-recommends: libc6-i686
-
-[686-bigmem_description]
-hardware: PCs with 4GB+ RAM
-hardware-long: PCs with 4-64GB RAM, using PAE (Physical Address Extension)
-parts: xen
+hardware-long: PCs with one or more processors supporting PAE
+parts: pae xen
-[686-bigmem_image]
+[686-pae_image]
configs:
kernelarch-x86/config-arch-32
recommends: libc6-i686
-[686-bigmem_image-dbg]
+[686-pae_image-dbg]
enabled: true
[amd64_description]
Copied: dists/trunk/linux-2.6/debian/config/i386/none/config.686-pae (from r17206, dists/trunk/linux-2.6/debian/config/i386/none/config.686-bigmem)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dists/trunk/linux-2.6/debian/config/i386/none/config.686-pae Thu Apr 7 01:52:47 2011 (r17210, copy of r17206, dists/trunk/linux-2.6/debian/config/i386/none/config.686-bigmem)
@@ -0,0 +1,55 @@
+##
+## file: arch/x86/Kconfig
+##
+## choice: High Memory Support
+# CONFIG_NOHIGHMEM is not set
+# CONFIG_HIGHMEM4G is not set
+CONFIG_HIGHMEM64G=y
+## end choice
+CONFIG_X86_PAE=y
+# CONFIG_MATH_EMULATION is not set
+# CONFIG_EISA is not set
+# CONFIG_MCA is not set
+
+##
+## file: arch/x86/Kconfig.cpu
+##
+## choice: Processor family
+# CONFIG_M486 is not set
+CONFIG_M686=y
+## end choice
+
+##
+## file: drivers/char/Kconfig
+##
+# CONFIG_DIGIEPCA is not set
+# CONFIG_MOXA_INTELLIO is not set
+# CONFIG_SX is not set
+# CONFIG_RIO is not set
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+# CONFIG_I2C_ELEKTOR is not set
+CONFIG_I2C_STUB=m
+
+##
+## file: drivers/net/Kconfig
+##
+# CONFIG_NI5010 is not set
+
+##
+## file: drivers/net/hamradio/Kconfig
+##
+# CONFIG_DMASCC is not set
+
+##
+## file: drivers/pci/hotplug/Kconfig
+##
+# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
+
+##
+## file: lib/Kconfig.debug
+##
+# CONFIG_DEBUG_HIGHMEM is not set
+
More information about the Kernel-svn-changes
mailing list