summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_machdep.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-06-15 06:38:55 +0000
committerimp <imp@FreeBSD.org>2012-06-15 06:38:55 +0000
commit4d2f4108b06372453189a883c0f5420d4cf36251 (patch)
tree636f71a7e27b5478b28cd51b3c97cdbbcd7ef759 /sys/arm/at91/at91_machdep.c
parenta88ca47b665af545d0ce14afd7a2629e605aeaa1 (diff)
downloadFreeBSD-src-4d2f4108b06372453189a883c0f5420d4cf36251.zip
FreeBSD-src-4d2f4108b06372453189a883c0f5420d4cf36251.tar.gz
Take half a step closer towards having a unified atmel kernel by
rearranging where we initialize the time counter and putting the common stubs into a central place.
Diffstat (limited to 'sys/arm/at91/at91_machdep.c')
-rw-r--r--sys/arm/at91/at91_machdep.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/arm/at91/at91_machdep.c b/sys/arm/at91/at91_machdep.c
index 468b4c0..63aa644 100644
--- a/sys/arm/at91/at91_machdep.c
+++ b/sys/arm/at91/at91_machdep.c
@@ -572,3 +572,24 @@ initarm(struct arm_boot_params *abp)
return ((void *)(kernelstack.pv_va + USPACE_SVC_STACK_TOP -
sizeof(struct pcb)));
}
+
+/*
+ * These functions are handled elsewhere, so make them nops here.
+ */
+void
+cpu_startprofclock(void)
+{
+
+}
+
+void
+cpu_stopprofclock(void)
+{
+
+}
+
+void
+cpu_initclocks(void)
+{
+
+}
OpenPOWER on IntegriCloud