Print this page
de-linting of .s files
*** 22,33 ****
/*
* Copyright 1998 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
- #pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/param.h>
#include <sys/errno.h>
#include <sys/asm_linkage.h>
#include <sys/vtrace.h>
#include <sys/machthread.h>
--- 22,31 ----
*** 37,60 ****
#include <sys/privregs.h>
#include <sys/pte.h>
#include <sys/mmu.h>
#include <sys/spitregs.h>
- #if defined(lint)
-
- #else /* lint */
#include "assym.h"
- #endif /* lint */
#define TT_HSM 0x99
- #if defined(lint)
- /* ARGSUSED */
- void
- ac_blkcopy(caddr_t src, caddr_t dst, u_int linecount, u_int linesize)
- {}
- #else /* !lint */
!
! Move a single cache line of data. Survive UE and CE on the read
!
! i0 = src va
! i1 = dst va
--- 35,48 ----
*** 115,120 ****
3:
wr %g0, %i4, %fprs ! fpu back to the way it was
ret
restore
SET_SIZE(ac_blkcopy)
- #endif /* lint */
--- 103,107 ----