summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/aim/clock.c')
-rw-r--r--sys/powerpc/aim/clock.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/powerpc/aim/clock.c b/sys/powerpc/aim/clock.c
index d1f13e2..a28d376 100644
--- a/sys/powerpc/aim/clock.c
+++ b/sys/powerpc/aim/clock.c
@@ -319,8 +319,13 @@ delay(int n)
* Nothing to do.
*/
void
-setstatclockrate(int arg)
+cpu_startprofclock(void)
{
/* Do nothing */
}
+
+void
+cpu_stopprofclock(void)
+{
+}
OpenPOWER on IntegriCloud