diff options
author | John Levon <john.levon@joyent.com> | 2020-04-01 14:58:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 14:58:25 +0100 |
commit | a4a43b983024104a82e95c2647b94f767d62a8eb (patch) | |
tree | 57ccba9faa7b25da0ab082799ac1d41fe9447caa /usr/src/uts/sun4/ml/proc_init.s | |
parent | 280f87530631a519eb45e763050d2e0b3e55d499 (diff) | |
parent | f559d4b8282f7f6a9c3e1546000352c62e12481a (diff) | |
download | illumos-joyent-OS-8148.tar.gz |
Merge branch 'master' into OS-8148OS-8148
Diffstat (limited to 'usr/src/uts/sun4/ml/proc_init.s')
-rw-r--r-- | usr/src/uts/sun4/ml/proc_init.s | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/usr/src/uts/sun4/ml/proc_init.s b/usr/src/uts/sun4/ml/proc_init.s index a8ebdd8a2a..a2dcba1cd6 100644 --- a/usr/src/uts/sun4/ml/proc_init.s +++ b/usr/src/uts/sun4/ml/proc_init.s @@ -23,11 +23,7 @@ * Use is subject to license terms. */ -#if defined(lint) -#include <sys/types.h> -#else /* lint */ #include "assym.h" -#endif /* lint */ #include <sys/asm_linkage.h> #include <sys/machthread.h> @@ -39,15 +35,11 @@ #include <sys/clock.h> #include <vm/hat_sfmmu.h> -#if !defined(lint) .weak cpu_feature_init .type cpu_feature_init, #function -#endif /* lint */ -#if !defined(lint) .weak cpu_early_feature_init .type cpu_early_feature_init, #function -#endif /* lint */ /* * Processor initialization @@ -57,15 +49,6 @@ * prom's trap table. It expects the cpuid as its first parameter. */ -#if defined(lint) - -/* ARGSUSED */ -void -cpu_startup(int cpuid) -{} - -#else /* lint */ - ! allocate a temporary stack to run on while we figure who and ! what we are. .seg ".data" @@ -154,4 +137,3 @@ tmpstk: restore ! WILL cause underflow SET_SIZE(cpu_startup) -#endif /* lint */ |