From 9b0bb795691f70ec1b1796f6d15266f82d7a3200 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 10 Oct 2019 11:50:09 -0700 Subject: 12349 clean up 32-bit assembly and lint Reviewed by: Robert Mustacchi Reviewed by: Hans Rosenfeld Approved by: Dan McDonald --- usr/src/uts/sun4/ml/proc_init.s | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'usr/src/uts/sun4/ml/proc_init.s') 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 -#else /* lint */ #include "assym.h" -#endif /* lint */ #include #include @@ -39,15 +35,11 @@ #include #include -#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 */ -- cgit v1.2.3