diff options
Diffstat (limited to 'sys/i386/i386/mp_clock.c')
-rw-r--r-- | sys/i386/i386/mp_clock.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/i386/mp_clock.c b/sys/i386/i386/mp_clock.c index 54b5ed5..0770924 100644 --- a/sys/i386/i386/mp_clock.c +++ b/sys/i386/i386/mp_clock.c @@ -29,10 +29,12 @@ * not protected against the fact that the bits can be wrong in two * directions. If we only cared about monosity two reads would be enough. * - * $FreeBSD$ * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* #include "opt_bus.h" */ #include <sys/param.h> |