diff options
Diffstat (limited to 'usr/src/uts/common/os/main.c')
-rw-r--r-- | usr/src/uts/common/os/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/main.c b/usr/src/uts/common/os/main.c index 6961a2ff4f..c57f8a7d2c 100644 --- a/usr/src/uts/common/os/main.c +++ b/usr/src/uts/common/os/main.c @@ -565,7 +565,7 @@ main(void) /* * Set the scan rate and other parameters of the paging subsystem. */ - setupclock(0); + setupclock(); /* * Initialize process 0's lwp directory and lwpid hash table. |