diff options
Diffstat (limited to 'include/asm-i386/param.h')
-rw-r--r-- | include/asm-i386/param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-i386/param.h b/include/asm-i386/param.h index f821b8643..8477d5c7a 100644 --- a/include/asm-i386/param.h +++ b/include/asm-i386/param.h @@ -3,6 +3,7 @@ #ifndef HZ #define HZ 100 +#define HZ_TO_STD(a) (a) #endif #define EXEC_PAGESIZE 4096 |