summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4/os/machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4/os/machdep.c')
-rw-r--r--usr/src/uts/sun4/os/machdep.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/uts/sun4/os/machdep.c b/usr/src/uts/sun4/os/machdep.c
index 4409f2ad8f..ca06f151c9 100644
--- a/usr/src/uts/sun4/os/machdep.c
+++ b/usr/src/uts/sun4/os/machdep.c
@@ -901,11 +901,6 @@ lbolt_softint_post(void)
}
void
-thread_splitstack_run(caddr_t addr, void (*func)(void *), void *)
+do_hotinlines(struct module *mp __unused)
{
- panic("thread_splitstack() not supported on SPARC");
}
-
-void
-thread_splitstack_cleanup(void)
-{}