diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-06-07 04:39:28 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-06-07 04:39:28 +0000 |
commit | 96e561252621f86af403f592caa68af0289cf5fe (patch) | |
tree | 6e7c91159e75c14cbea8ddbddeb09bb99276988f /sys-kernel/mips-headers/files | |
parent | Keyword changes - x86 to 1.1.9*. ~hppa ~ia64 ~ppc readded to 1.2.0 as they se... (diff) | |
download | historical-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.patch | 20 |
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 + */ |