GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / m68k / include / asm / param.h
blob36265ccf5c7b520577d3729db545cfc8ea1a8b6b
1 #ifndef _M68K_PARAM_H
2 #define _M68K_PARAM_H
4 #ifdef __uClinux__
5 #define EXEC_PAGESIZE 4096
6 #else
7 #define EXEC_PAGESIZE 8192
8 #endif
10 #include <asm-generic/param.h>
12 #endif /* _M68K_PARAM_H */