summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/ml/mach_proc_init.s
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4v/ml/mach_proc_init.s')
-rw-r--r--usr/src/uts/sun4v/ml/mach_proc_init.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/usr/src/uts/sun4v/ml/mach_proc_init.s b/usr/src/uts/sun4v/ml/mach_proc_init.s
index 20d4d3c3cc..fffb6543d3 100644
--- a/usr/src/uts/sun4v/ml/mach_proc_init.s
+++ b/usr/src/uts/sun4v/ml/mach_proc_init.s
@@ -24,8 +24,6 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* sun4v processor initialization
*
@@ -33,9 +31,7 @@
* directly from the hypervisor. i.e. without going through OBP.
*/
-#if !defined(lint)
#include "assym.h"
-#endif /* !lint */
#include <sys/asm_linkage.h>
#include <sys/hypervisor_api.h>
@@ -45,15 +41,6 @@
#include <sys/mmu.h>
#include <sys/lpad.h>
-#if defined(lint)
-
-/* ARGSUSED */
-void
-mach_cpu_startup(uint64_t rabase, uint64_t memsz)
-{}
-
-#else /* lint */
-
/*
* %o0 - hcall specified arg (cpuid)
* %i0 - real memory base
@@ -208,4 +195,3 @@ startup_complete:
.global mach_cpu_startup_end
mach_cpu_startup_end:
-#endif /* lint */