Print this page
de-linting of .s files

@@ -22,20 +22,14 @@
 /*
  * 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.

@@ -123,6 +117,5 @@
         call    *%esi
         SET_SIZE(_start)
 
 #endif  /* __i386 */
 
-#endif /* __lint */