patch-2.3.17 linux/include/asm-m68k/param.h

Next file: linux/include/asm-m68k/pgtable.h
Previous file: linux/include/asm-m68k/page.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.16/linux/include/asm-m68k/param.h linux/include/asm-m68k/param.h
@@ -5,7 +5,11 @@
 #define HZ 100
 #endif
 
+#ifndef CONFIG_SUN3
 #define EXEC_PAGESIZE	4096
+#else
+#define EXEC_PAGESIZE	8192
+#endif
 
 #ifndef NGROUPS
 #define NGROUPS		32

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)