summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2004-06-07 04:39:28 +0000
committerJoshua Kinard <kumba@gentoo.org>2004-06-07 04:39:28 +0000
commit96e561252621f86af403f592caa68af0289cf5fe (patch)
tree6e7c91159e75c14cbea8ddbddeb09bb99276988f /sys-kernel/mips-headers/files
parentKeyword changes - x86 to 1.1.9*. ~hppa ~ia64 ~ppc readded to 1.2.0 as they se... (diff)
downloadhistorical-96e561252621f86af403f592caa68af0289cf5fe.tar.gz
historical-96e561252621f86af403f592caa68af0289cf5fe.tar.bz2
historical-96e561252621f86af403f592caa68af0289cf5fe.zip
Added a patch from iluxa that moves an include of asm/spaces.h in asm/page.h into kernel space so userland programs don't get messed up.
Diffstat (limited to 'sys-kernel/mips-headers/files')
-rw-r--r--sys-kernel/mips-headers/files/mips-headers-2.6.6-spaces_h-kernel.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-kernel/mips-headers/files/mips-headers-2.6.6-spaces_h-kernel.patch b/sys-kernel/mips-headers/files/mips-headers-2.6.6-spaces_h-kernel.patch
new file mode 100644
index 000000000000..951e9b6d88bb
--- /dev/null
+++ b/sys-kernel/mips-headers/files/mips-headers-2.6.6-spaces_h-kernel.patch
@@ -0,0 +1,20 @@
+Index: include/asm-mips/page.h
+===================================================================
+RCS file: /home/cvs/linux/include/asm-mips/page.h,v
+retrieving revision 1.41
+diff -u -r1.41 page.h
+--- include/asm-mips/page.h 18 Mar 2004 22:54:01 -0000 1.41
++++ include/asm-mips/page.h 7 Jun 2004 04:19:34 -0000
+@@ -10,10 +10,11 @@
+ #define _ASM_PAGE_H
+
+ #include <linux/config.h>
+-#include <spaces.h>
+
+ #ifdef __KERNEL__
+
++#include <spaces.h>
++
+ /*
+ * PAGE_SHIFT determines the page size
+ */