aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/clock.h
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2010-05-24 11:40:49 +0000
committerAlexander Motin <mav@FreeBSD.org>2010-05-24 11:40:49 +0000
commitdbd55f3ff09eea16e47976457bc10f2d1fc076d2 (patch)
treeba159db619ea3e7bf5e0ee0418e43865078c742f /sys/i386/include/clock.h
parent668d8dd3c82ed79a63eaef6ed4861169fe4ed710 (diff)
- Implement MI helper functions, dividing one or two timer interrupts with
arbitrary frequencies into hardclock(), statclock() and profclock() calls. Same code with minor variations duplicated several times over the tree for different timer drivers and architectures. - Switch all x86 archs to new functions, simplifying the code and removing extra logic from timer drivers. Other archs are also welcome.
Notes
Notes: svn path=/head/; revision=208494
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r--sys/i386/include/clock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index c0c55edf5daa..7a4a081eba70 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/include/clock.h
@@ -27,7 +27,6 @@ struct trapframe;
int hardclockintr(struct trapframe *frame);
int statclockintr(struct trapframe *frame);
-int profclockintr(struct trapframe *frame);
/*
* Driver to clock driver interface.