From ab5a6b0d187f4be9793edc0317030df72f9c4032 Mon Sep 17 00:00:00 2001 From: dchagin Date: Sun, 10 May 2009 18:16:07 +0000 Subject: Rework r189362, r191883. The frequency of the statistics clock is given by stathz. Use stathz if it is available, otherwise use hz. Pointed out by: bde Approved by: kib (mentor) --- sys/compat/linux/linux_misc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/compat/linux/linux_misc.h') diff --git a/sys/compat/linux/linux_misc.h b/sys/compat/linux/linux_misc.h index eddcd2c..5d4afc2 100644 --- a/sys/compat/linux/linux_misc.h +++ b/sys/compat/linux/linux_misc.h @@ -65,4 +65,6 @@ extern const char *linux_platform; #define __LINUX_NPXCW__ 0x37f #endif +extern int stclohz; + #endif /* _LINUX_MISC_H_ */ -- cgit v1.1