Print this page
de-linting of .s files

@@ -21,12 +21,10 @@
 /*
  * 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/machthread.h>
 #include <sys/privregs.h>
 #include <sys/machasi.h>
 #include <sys/trap.h>

@@ -33,11 +31,10 @@
 #include <sys/mmu.h>
 #include <sys/machparam.h>
 #include <sys/machtrap.h>
 #include <sys/traptrace.h>
 
-#if !defined(lint)
 #include "assym.h"
 
         /*
          * Spill fault handlers
          *   sn0 - spill normal tl 0

@@ -451,6 +448,5 @@
         ENTRY_NP(fault_64bit_not)
         ba,pt   %xcc, ptl1_panic
         mov     PTL1_BAD_WTRAP, %g1
         SET_SIZE(fault_32bit_not)
         SET_SIZE(fault_64bit_not)
-#endif /* !lint */