aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/generic-2.4/patches/004-exec_pagesize.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-01-10 19:43:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-01-10 19:43:00 +0000
commitea35a1edbebfa01ee51e625e670a65fa985fc1b5 (patch)
treedbdaf951693481c46030073d2fe14fe6b87b2d88 /openwrt/target/linux/generic-2.4/patches/004-exec_pagesize.patch
parent60cc7e45d753052032679a2ce4f4e323ee1da8f6 (diff)
downloadupstream-ea35a1edbebfa01ee51e625e670a65fa985fc1b5.tar.gz
upstream-ea35a1edbebfa01ee51e625e670a65fa985fc1b5.tar.bz2
upstream-ea35a1edbebfa01ee51e625e670a65fa985fc1b5.zip
large target/linux cleanup
SVN-Revision: 2877
Diffstat (limited to 'openwrt/target/linux/generic-2.4/patches/004-exec_pagesize.patch')
-rw-r--r--openwrt/target/linux/generic-2.4/patches/004-exec_pagesize.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/target/linux/generic-2.4/patches/004-exec_pagesize.patch b/openwrt/target/linux/generic-2.4/patches/004-exec_pagesize.patch
new file mode 100644
index 0000000000..a7b1d04064
--- /dev/null
+++ b/openwrt/target/linux/generic-2.4/patches/004-exec_pagesize.patch
@@ -0,0 +1,11 @@
+--- linux.old/include/asm-mips/param.h 2005-01-19 15:10:12.000000000 +0100
++++ linux.dev/include/asm-mips/param.h 2005-05-30 02:42:06.000000000 +0200
+@@ -55,7 +55,7 @@
+ #endif /* defined(__KERNEL__) */
+ #endif /* defined(HZ) */
+
+-#define EXEC_PAGESIZE 65536
++#define EXEC_PAGESIZE 4096
+
+ #ifndef NGROUPS
+ #define NGROUPS 32