diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/sun4/os/machdep.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/sun4/os/machdep.c b/usr/src/uts/sun4/os/machdep.c index ec92618c08..ca06f151c9 100644 --- a/usr/src/uts/sun4/os/machdep.c +++ b/usr/src/uts/sun4/os/machdep.c @@ -899,3 +899,8 @@ lbolt_softint_post(void) { setsoftint(lbolt_softint_inum); } + +void +do_hotinlines(struct module *mp __unused) +{ +} |