[kernel] r14092 - in dists/trunk/linux-2.6/debian: . config/powerpc config/sparc
Maximilian Attems
maks at alioth.debian.org
Sat Aug 8 12:09:18 UTC 2009
Author: maks
Date: Sat Aug 8 12:09:16 2009
New Revision: 14092
Log:
ppc, sparc: enable EFI_PARTITION
leave it disabled for now on s390 and alpha.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/powerpc/config
dists/trunk/linux-2.6/debian/config/sparc/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Fri Aug 7 21:37:31 2009 (r14091)
+++ dists/trunk/linux-2.6/debian/changelog Sat Aug 8 12:09:16 2009 (r14092)
@@ -35,6 +35,7 @@
* Allow install in chroot without do_initrd check for piuparts.
* Cleanup Maintainer scripts from ancient pre linux-2.6 assumptions.
* Disable DEVKMEM.
+ * [ppc, sparc] Enable EFI_PARTITION. (closes: #540486)
[ Ben Hutchings ]
* mga: remove unnecessary change from firmware-loading patch
Modified: dists/trunk/linux-2.6/debian/config/powerpc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/powerpc/config Fri Aug 7 21:37:31 2009 (r14091)
+++ dists/trunk/linux-2.6/debian/config/powerpc/config Sat Aug 8 12:09:16 2009 (r14092)
@@ -895,7 +895,7 @@
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
##
## file: net/atm/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/sparc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config Fri Aug 7 21:37:31 2009 (r14091)
+++ dists/trunk/linux-2.6/debian/config/sparc/config Sat Aug 8 12:09:16 2009 (r14092)
@@ -255,7 +255,7 @@
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
CONFIG_SUN_PARTITION=y
-# CONFIG_EFI_PARTITION is not set
+CONFIG_EFI_PARTITION=y
##
## file: mm/Kconfig
More information about the Kernel-svn-changes
mailing list