Deleted Added
full compact
kern_ntptime.c (2858) kern_ntptime.c (2893)
1/******************************************************************************
2 * *
3 * Copyright (c) David L. Mills 1993, 1994 *
4 * *
5 * Permission to use, copy, modify, and distribute this software and its *
6 * documentation for any purpose and without fee is hereby granted, provided *
7 * that the above copyright notice appears in all copies and that both the *
8 * copyright notice and this permission notice appear in supporting *

--- 34 unchanged lines hidden (view full) ---

43 * this routine are used by hardclock() to adjust the phase and
44 * frequency of the phase-lock loop which controls the system clock.
45 */
46#include <sys/param.h>
47#include <sys/systm.h>
48#include <sys/kernel.h>
49#include <sys/proc.h>
50#include <sys/timex.h>
1/******************************************************************************
2 * *
3 * Copyright (c) David L. Mills 1993, 1994 *
4 * *
5 * Permission to use, copy, modify, and distribute this software and its *
6 * documentation for any purpose and without fee is hereby granted, provided *
7 * that the above copyright notice appears in all copies and that both the *
8 * copyright notice and this permission notice appear in supporting *

--- 34 unchanged lines hidden (view full) ---

43 * this routine are used by hardclock() to adjust the phase and
44 * frequency of the phase-lock loop which controls the system clock.
45 */
46#include <sys/param.h>
47#include <sys/systm.h>
48#include <sys/kernel.h>
49#include <sys/proc.h>
50#include <sys/timex.h>
51#include <vm/vm.h>
51#include <sys/sysctl.h>
52
53/*
54 * The following variables are used by the hardclock() routine in the
55 * kern_clock.c module and are described in that module.
56 */
57extern struct timeval time; /* kernel time variable */
58extern int time_state; /* clock state */

--- 211 unchanged lines hidden ---
52#include <sys/sysctl.h>
53
54/*
55 * The following variables are used by the hardclock() routine in the
56 * kern_clock.c module and are described in that module.
57 */
58extern struct timeval time; /* kernel time variable */
59extern int time_state; /* clock state */

--- 211 unchanged lines hidden ---