summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4/os/platmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4/os/platmod.c')
-rw-r--r--usr/src/uts/sun4/os/platmod.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/src/uts/sun4/os/platmod.c b/usr/src/uts/sun4/os/platmod.c
index 433c5e796f..fd4cea9e22 100644
--- a/usr/src/uts/sun4/os/platmod.c
+++ b/usr/src/uts/sun4/os/platmod.c
@@ -26,6 +26,8 @@
#pragma ident "%Z%%M% %I% %E% SMI"
+#include <sys/systm.h>
+
/*
* All platmod functions are weak and are only present when required.
* The function calls have been converted to use methods
@@ -39,3 +41,9 @@
char *platform_module_list[] = {
(char *)0
};
+
+/*ARGSUSED*/
+void
+plat_tod_fault(enum tod_fault_type tod_bad)
+{
+}