|
@@ -1,9 +1,8 @@
|
|
-#include <linux/config.h>
|
|
|
|
-
|
|
|
|
#ifndef _ASMx86_64_PARAM_H
|
|
#ifndef _ASMx86_64_PARAM_H
|
|
#define _ASMx86_64_PARAM_H
|
|
#define _ASMx86_64_PARAM_H
|
|
|
|
|
|
#ifdef __KERNEL__
|
|
#ifdef __KERNEL__
|
|
|
|
+# include <linux/config.h>
|
|
# define HZ CONFIG_HZ /* Internal kernel timer frequency */
|
|
# define HZ CONFIG_HZ /* Internal kernel timer frequency */
|
|
# define USER_HZ 100 /* .. some user interfaces are in "ticks */
|
|
# define USER_HZ 100 /* .. some user interfaces are in "ticks */
|
|
#define CLOCKS_PER_SEC (USER_HZ) /* like times() */
|
|
#define CLOCKS_PER_SEC (USER_HZ) /* like times() */
|