diff options
Diffstat (limited to 'sys/alpha/alpha/clock.c')
-rw-r--r-- | sys/alpha/alpha/clock.c | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/sys/alpha/alpha/clock.c b/sys/alpha/alpha/clock.c index 2d34a99..3b113d7 100644 --- a/sys/alpha/alpha/clock.c +++ b/sys/alpha/alpha/clock.c @@ -446,17 +446,18 @@ handleclock(void *arg) hardclock(arg); } -/* - * We assume newhz is either stathz or profhz, and that neither will - * change after being set up above. Could recalculate intervals here - * but that would be a drag. - */ void -setstatclockrate(newhz) - int newhz; +cpu_startprofclock(void) +{ + + /* nothing to do */ +} + +void +cpu_stopprofclock(void) { - /* nothing we can do */ + /* nothing to do */ } /* |