Print this page
de-linting of .s files
*** 22,33 ****
/*
* 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>
--- 22,31 ----
*** 34,44 ****
#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
--- 32,41 ----
*** 511,516 ****
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 */
--- 508,512 ----