diff options
| author | Toomas Soome <tsoome@me.com> | 2020-04-13 20:38:20 +0300 |
|---|---|---|
| committer | Toomas Soome <tsoome@me.com> | 2020-07-08 22:31:31 +0300 |
| commit | fdb2a7e9480266dfaa0b5aaa0e1237456552f332 (patch) | |
| tree | c258e955c0fdf497c05a0f6beed8ca39b751e07b /usr/src/uts/sparc | |
| parent | 7fc77f3f3f63424c569601711f173702dbfd5c45 (diff) | |
| download | illumos-joyent-fdb2a7e9480266dfaa0b5aaa0e1237456552f332.tar.gz | |
12881 sparcv9: add __multi3
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/sparc')
| -rw-r--r-- | usr/src/uts/sparc/Makefile.files | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/uts/sparc/Makefile.files b/usr/src/uts/sparc/Makefile.files index 86ab983b7a..d81abd33fd 100644 --- a/usr/src/uts/sparc/Makefile.files +++ b/usr/src/uts/sparc/Makefile.files @@ -33,7 +33,8 @@ CORE_OBJS += ddi_arch.o \ polled_io.o \ - sparc_ddi.o + sparc_ddi.o \ + multi3.o # # generic-unix module @@ -84,9 +85,9 @@ ZFS_OBJS += \ # misc modules # KRTLD_OBJS += \ - doreloc.o \ + doreloc.o \ kobj_convrelstr.o \ - kobj_isa.o \ + kobj_isa.o \ kobj_reloc.o SWAPGENERIC_OBJS += swapgeneric.o |
