projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[malta] fix module loading due to CONFIG_LOCALVERSION being on (#7144)
[openwrt.git]
/
target
/
linux
/
generic-2.4
/
patches
/
004-exec_pagesize.patch
1
--- a/include/asm-mips/param.h
2
+++ b/include/asm-mips/param.h
3
@@ -55,7 +55,7 @@
4
#endif /* defined(__KERNEL__) */
5
#endif /* defined(HZ) */
6
7
-#define EXEC_PAGESIZE 65536
8
+#define EXEC_PAGESIZE 4096
9
10
#ifndef NGROUPS
11
#define NGROUPS 32
This page took
0.049944 seconds
and
5
git commands to generate.