diff options
author | Toomas Soome <tsoome@me.com> | 2020-04-11 23:01:27 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2020-04-29 23:29:49 +0300 |
commit | c11c816fbf1bf201998f795321092b084ad65f58 (patch) | |
tree | cd7194dd94cc37877316db1d175eacf893a42c75 /usr/src | |
parent | 525fef19ebb4e2f27b3a0e5f2df600ade73fdc0c (diff) | |
download | illumos-joyent-c11c816fbf1bf201998f795321092b084ad65f58.tar.gz |
12525 unix: sparc is missing do_hotinlines()
Reviewed by: Gergő Doma <domag02@gmail.com>
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Patrick Mooney <pmooney@pfmooney.com>
Reviewed by: John Levon <john.levon@joyent.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
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) +{ +} |