rpms/kernel/devel linux-2.6-defaults-phys-start.patch, NONE, 1.1 kernel-2.6.spec, 1.2120, 1.2121

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 4 20:37:02 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4157

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-defaults-phys-start.patch 
Log Message:
Map x86 kernel to 4MB



linux-2.6-defaults-phys-start.patch:
 Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE linux-2.6-defaults-phys-start.patch ---

http://www.lkml.org/lkml/2006/2/23/189

--- linux-2.6.16.noarch/arch/i386/Kconfig~	2006-04-04 15:30:43.000000000 -0500
+++ linux-2.6.16.noarch/arch/i386/Kconfig	2006-04-04 15:30:55.000000000 -0500
@@ -729,7 +729,7 @@ config CRASH_DUMP
 	  Generate crash dump after being started by kexec.
 
 config PHYSICAL_START
-	hex "Physical address where the kernel is loaded" if (EMBEDDED || CRASH_DUMP)
+	hex "Physical address where the kernel is loaded"
 
 	default "0x1000000" if CRASH_DUMP
 	default "0x100000"


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2120
retrieving revision 1.2121
diff -u -r1.2120 -r1.2121
--- kernel-2.6.spec	4 Apr 2006 18:42:17 -0000	1.2120
+++ kernel-2.6.spec	4 Apr 2006 20:36:46 -0000	1.2121
@@ -370,6 +370,7 @@
 Patch2100: linux-2.6-defaults-max-symlinks.patch
 Patch2101: linux-2.6-defaults-fat-utf8.patch
 Patch2102: linux-2.6-defaults-firmware-loader-timeout.patch
+Patch2103: linux-2.6-defaults-phys-start.patch
 
 # SATA Bits
 Patch2200: linux-2.6-sata-promise-pata-ports.patch
@@ -963,6 +964,8 @@
 %patch2101 -p1
 # Increase timeout on firmware loader.
 %patch2102 -p1
+# Change PHYSICAL_START
+%patch2103 -p1
 
 # Enable PATA ports on Promise SATA.
 #%patch2200 -p1
@@ -1597,6 +1600,7 @@
 * Tue Apr  4 2006 Dave Jones <davej at redhat.com>
 - Reenable non-standard serial ports. (#187466)
 - Reenable snd-es18xx for x86-32 (#187733)
+- Map x86 kernel to 4MB physical address.
 
 * Mon Apr  3 2006 Dave Jones <davej at redhat.com>
 - Disable 'quiet' mode.




More information about the fedora-cvs-commits mailing list