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
commitce1c24c2aba28035f1bebe3728235da4eeefb987 (patch)
tree44a95ad3863af26abd9434451693325fe3393ee6 /sys-kernel/mips-headers/files
parentKeyword changes - x86 to 1.1.9*. ~hppa ~ia64 ~ppc readded to 1.2.0 as they se... (diff)
downloadgentoo-2-ce1c24c2aba28035f1bebe3728235da4eeefb987.tar.gz
gentoo-2-ce1c24c2aba28035f1bebe3728235da4eeefb987.tar.bz2
gentoo-2-ce1c24c2aba28035f1bebe3728235da4eeefb987.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
+ */