rpms/kernel/devel linux-2.6-amd64-yes-i-know-you-live.patch, NONE, 1.1 kernel.spec, 1.989, 1.990

Adam Jackson ajax at fedoraproject.org
Mon Sep 29 15:51:37 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25433

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-amd64-yes-i-know-you-live.patch 
Log Message:
* Mon Sep 29 2008 Adam Jackson <ajax at redhat.com>
- Kill the useless "Kernel alive" early_printk()'s


linux-2.6-amd64-yes-i-know-you-live.patch:

--- NEW FILE linux-2.6-amd64-yes-i-know-you-live.patch ---
diff -up linux-2.6.26.noarch/arch/x86/kernel/head64.c.jx linux-2.6.26.noarch/arch/x86/kernel/head64.c
--- linux-2.6.26.noarch/arch/x86/kernel/head64.c.jx	2008-09-29 11:40:37.000000000 -0400
+++ linux-2.6.26.noarch/arch/x86/kernel/head64.c	2008-09-29 11:45:52.000000000 -0400
@@ -108,12 +108,8 @@ void __init x86_64_start_kernel(char * r
 	}
 	load_idt((const struct desc_ptr *)&idt_descr);
 
-	early_printk("Kernel alive\n");
-
 	x86_64_init_pda();
 
-	early_printk("Kernel really alive\n");
-
 	x86_64_start_reservations(real_mode_data);
 }
 


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.989
retrieving revision 1.990
diff -u -r1.989 -r1.990
--- kernel.spec	28 Sep 2008 21:02:03 -0000	1.989
+++ kernel.spec	29 Sep 2008 15:51:07 -0000	1.990
@@ -637,6 +637,8 @@
 Patch2801: linux-2.6-quiet-iommu.patch
 # silence the ACPI blacklist code
 Patch2802: linux-2.6-silence-acpi-blacklist.patch
+# it's... it's ALIVE!
+Patch2803: linux-2.6-amd64-yes-i-know-you-live.patch
 
 %endif
 
@@ -1162,6 +1164,8 @@
 ApplyPatch linux-2.6-quiet-iommu.patch
 # silence the ACPI blacklist code
 ApplyPatch linux-2.6-silence-acpi-blacklist.patch
+# it's... it's ALIVE!
+ApplyPatch linux-2.6-amd64-yes-i-know-you-live.patch
 
 
 # END OF PATCH APPLICATIONS
@@ -1736,6 +1740,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Mon Sep 29 2008 Adam Jackson <ajax at redhat.com>
+- Kill the useless "Kernel alive" early_printk()'s
+
 * Sun Sep 28 2008 Chuck Ebbert <cebbert at redhat.com>
 - make XEN__SAVE_RESTORE denpend on XEN
 




More information about the fedora-extras-commits mailing list