summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-03-18 08:45:25 +0000
committerphk <phk@FreeBSD.org>2003-03-18 08:45:25 +0000
commite059b79437b2e02b4b4fdc0788b40a5da22e1f9b (patch)
treeedaddd833b7da7fad5ccce7a97a7d3c7c70d9786 /sys/amd64
parent6c826bc36853c5dead86a073669bbde4d939e945 (diff)
downloadFreeBSD-src-e059b79437b2e02b4b4fdc0788b40a5da22e1f9b.zip
FreeBSD-src-e059b79437b2e02b4b4fdc0788b40a5da22e1f9b.tar.gz
Including <sys/stdint.h> is (almost?) universally only to be able to use
%j in printfs, so put a newsted include in <sys/systm.h> where the printf prototype lives and save everybody else the trouble.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/identcpu.c1
-rw-r--r--sys/amd64/amd64/tsc.c1
-rw-r--r--sys/amd64/isa/clock.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index 825f985..62d8620 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -44,7 +44,6 @@
#include "opt_cpu.h"
#include <sys/param.h>
-#include <sys/stdint.h>
#include <sys/bus.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/amd64/amd64/tsc.c b/sys/amd64/amd64/tsc.c
index 14b4751..e12a48d 100644
--- a/sys/amd64/amd64/tsc.c
+++ b/sys/amd64/amd64/tsc.c
@@ -29,7 +29,6 @@
#include "opt_clock.h"
#include <sys/param.h>
-#include <sys/stdint.h>
#include <sys/systm.h>
#include <sys/time.h>
#include <sys/timetc.h>
diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c
index 154ecc6..5b4e2e8 100644
--- a/sys/amd64/isa/clock.c
+++ b/sys/amd64/isa/clock.c
@@ -53,7 +53,6 @@
#include "opt_mca.h"
#include <sys/param.h>
-#include <sys/stdint.h>
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/lock.h>
OpenPOWER on IntegriCloud