changeset 201:27c4e92b27ca

Yeah, this is needed to build, until the next -rc anyway.
author Rob Landley <rob@landley.net>
date Wed, 22 Aug 2007 19:44:42 -0500
parents 8d9bab8fcb3a
children 2df191bef38f
files sources/patches/linux-2.6.23-rc3-fixuml
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/patches/linux-2.6.23-rc3-fixuml	Wed Aug 22 19:44:42 2007 -0500
@@ -0,0 +1,12 @@
+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. */