Print this page
de-linting of .s files

*** 22,61 **** /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ - #pragma ident "%Z%%M% %I% %E% SMI" - /* * sun4v processor initialization * * This is the kernel entry point for CPUs that enter Solaris * 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> #include <sys/machasi.h> #include <sys/machpcb.h> #include <sys/machlock.h> #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 * %i1 - memory size */ --- 22,48 ----
*** 206,211 **** SET_SIZE(mach_cpu_startup) .global mach_cpu_startup_end mach_cpu_startup_end: - #endif /* lint */ --- 193,197 ----