diff options
author | John Levon <john.levon@joyent.com> | 2019-10-23 17:46:27 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2019-10-23 17:46:27 +0000 |
commit | 9812695da2de32f90ea47ba21e78e29437e4de8f (patch) | |
tree | ddc9b5ac51996eb3c6d0bb9562973bbdd2f2b46f /usr/src | |
parent | c76cd14c4b928c713e29e8db8ad0889f08810f5d (diff) | |
download | illumos-joyent-release-20191024.tar.gz |
OS-7598 Kernel needs to be built with retpolines (fix mismerge)release-20191024
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/intel/ia32/ml/modstubs.s | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/uts/intel/ia32/ml/modstubs.s b/usr/src/uts/intel/ia32/ml/modstubs.s index 8ea92d695a..3900b37d2c 100644 --- a/usr/src/uts/intel/ia32/ml/modstubs.s +++ b/usr/src/uts/intel/ia32/ml/modstubs.s @@ -237,10 +237,6 @@ fcnname/**/_info: \ ret SET_SIZE(stubs_common_code) -#else -#error "Trying to build modstubs on an unsupported arch" -#endif /* __amd64 */ - #define STUB(module, fcnname, retfcn) \ STUB_COMMON(module, fcnname, mod_hold_stub, retfcn, 0) |