summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2006-10-28 06:38:51 +0000
committerbde <bde@FreeBSD.org>2006-10-28 06:38:51 +0000
commit4b616c33a842304be7a1fc19c3505be8dd726f8e (patch)
tree28002de55b1c984324903b95f11300f203b96c02 /sys/amd64
parent4e6ad1ffa202dce5e7a8cc1c66b48f4d678d639c (diff)
downloadFreeBSD-src-4b616c33a842304be7a1fc19c3505be8dd726f8e.zip
FreeBSD-src-4b616c33a842304be7a1fc19c3505be8dd726f8e.tar.gz
Cleaned up includes. <machine/profile.h> was unused. <machine/timerreg.h>
was only used in the GUPROF case, so the messes to get its i386 prerequisites included shouldn't have been needed. Fixed some style bugs. Quote #error contents, and don't repeat an #error directive on amd64.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/prof_machdep.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/amd64/amd64/prof_machdep.c b/sys/amd64/amd64/prof_machdep.c
index b0ef17c..41c04d7 100644
--- a/sys/amd64/amd64/prof_machdep.c
+++ b/sys/amd64/amd64/prof_machdep.c
@@ -43,12 +43,8 @@ __FBSDID("$FreeBSD$");
#if 0
#include <machine/perfmon.h>
#endif
-#include <machine/profile.h>
-#endif
-
#include <machine/timerreg.h>
-#ifdef GUPROF
#define CPUTIME_CLOCK_UNINITIALIZED 0
#define CPUTIME_CLOCK_I8254 1
#define CPUTIME_CLOCK_TSC 2
@@ -137,7 +133,7 @@ __cyg_profile_func_enter: \n\
ret \n\
");
#else /* !__GNUCLIKE_ASM */
-#error this file needs to be ported to your compiler
+#error "this file needs to be ported to your compiler"
#endif /* __GNUCLIKE_ASM */
#ifdef GUPROF
@@ -190,8 +186,6 @@ __cyg_profile_func_exit: \n\
.mexitcount_exit: \n\
ret \n\
");
-#else /* !__GNUCLIKE_ASM */
-#error this file needs to be ported to your compiler
#endif /* __GNUCLIKE_ASM */
/*
OpenPOWER on IntegriCloud