changeset 495:3f1f3dc6f8a1

No longer using UML, these patches can go away.
author Rob Landley <rob@landley.net>
date Sat, 22 Nov 2008 00:02:09 -0600
parents a32c75dcf508
children 3cebbc0b0723
files sources/patches/linux-2.6.13-cmdline.patch sources/patches/linux-2.6.23-rc3-fixuml
diffstat 2 files changed, 0 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- a/sources/patches/linux-2.6.13-cmdline.patch	Fri Nov 21 23:46:21 2008 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
---- linux-orig/init/main.c	2007-10-09 15:31:38.000000000 -0500
-+++ linux-2.6.23/init/main.c	2007-11-05 00:56:14.000000000 -0600
-@@ -286,15 +286,6 @@
- 	if (obsolete_checksetup(param))
- 		return 0;
- 
--	/*
--	 * Preemptive maintenance for "why didn't my misspelled command
--	 * line work?"
--	 */
--	if (strchr(param, '.') && (!val || strchr(param, '.') < val)) {
--		printk(KERN_ERR "Unknown boot option `%s': ignoring\n", param);
--		return 0;
--	}
--
- 	if (panic_later)
- 		return 0;
- 
--- a/sources/patches/linux-2.6.23-rc3-fixuml	Fri Nov 21 23:46:21 2008 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-A short lived patch, but needed to build User Mode Linux in 2.6.23-rc3.
-
---- linux-2.6.23-rc3/arch/um/kernel/smp.c	2007-08-12 23:25:24.000000000 -0500
-+++ linux-2.6.23-new/arch/um/kernel/smp.c	2007-08-21 21:39:00.000000000 -0500
-@@ -5,6 +5,7 @@
- 
- #include "linux/percpu.h"
- #include "asm/pgalloc.h"
-+#include "linux/pagemap.h"
- #include "asm/tlb.h"
- 
- /* For some reason, mmu_gathers are referenced when CONFIG_SMP is off. */