From ccf70aa98980f522cfc99d224dd5e4cbbc75c18b Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 11 Dec 2008 14:48:05 +0000 Subject: [PATCH] system_hz replaces HZ --- servers/vfs/glo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/vfs/glo.h b/servers/vfs/glo.h index 1c7fa6a17..f428885bd 100644 --- a/servers/vfs/glo.h +++ b/servers/vfs/glo.h @@ -15,6 +15,7 @@ EXTERN Dev_t root_dev; /* device number of the root device */ EXTERN int ROOT_FS_E; /* kernel endpoint of the root FS proc */ EXTERN int last_login_fs_e; /* endpoint of the FS proc that logged in before the corresponding mount request */ +EXTERN u32_t system_hz; /* system clock frequency. */ /* The parameters of the call are kept here. */ EXTERN message m_in; /* the input message itself */ -- 2.44.0