exec: do not leave bprm->interp on stack
[linux/fpc-iii.git] / arch / avr32 / include / asm / param.h
blob009a167aea1f5c2ae0f666aec96775637ae7ca2e
1 #ifndef __ASM_AVR32_PARAM_H
2 #define __ASM_AVR32_PARAM_H
4 #include <uapi/asm/param.h>
6 # define HZ CONFIG_HZ
7 # define USER_HZ 100 /* User interfaces are in "ticks" */
8 # define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */
9 #endif /* __ASM_AVR32_PARAM_H */