Print this page
de-linting of .s files
@@ -22,12 +22,10 @@
/*
* Copyright 2005 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>
@@ -34,11 +32,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
@@ -511,6 +508,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 */