Print this page
de-linting of .s files
*** 22,41 ****
/*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
- #pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/asm_linkage.h>
#include <sys/asm_misc.h>
#include "dboot_xboot.h"
- #if defined(__lint)
-
- #else /* __lint */
-
#if defined(__amd64)
ENTRY_NP(_start)
/*
* At entry we are passed a (start_info_t *) in %rsi.
--- 22,35 ----
*** 123,128 ****
call *%esi
SET_SIZE(_start)
#endif /* __i386 */
- #endif /* __lint */
--- 117,121 ----