Print this page
de-linting of .s files
*** 22,38 ****
/*
* Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
- #pragma ident "%Z%%M% %I% %E% SMI"
-
- #if defined(lint)
- #include <sys/types.h>
- #else /* lint */
#include "assym.h"
- #endif /* lint */
#include <sys/asm_linkage.h>
#include <sys/machthread.h> /* for reg definition */
#include <sys/machasi.h> /* sun4u ASI */
--- 22,32 ----
*** 60,93 ****
*
* Any change to this register assignment
* require changes to cprboot_srt0.s
*/
- #if defined(lint)
-
- /* ARGSUSED */
- void
- i_cpr_resume_setup(void *cookie, csu_md_t *mdp)
- {}
-
- /* ARGSUSED */
- int
- i_cpr_cif_wrapper(void *args)
- { return (0); }
-
- /* ARGSUSED */
- void
- dtlb_wr_entry(uint_t index, tte_t *tte, uint64_t *va_tag)
- {}
-
- /* ARGSUSED */
- void
- itlb_wr_entry(uint_t index, tte_t *tte, uint64_t *va_tag)
- {}
-
- #else /* lint */
-
!
! reserve 4k for cpr tmp stack; tstack should be first,
! any new data symbols should be added after tstack.
!
.seg ".data"
--- 54,63 ----
*** 278,283 ****
membar #Sync
retl
nop
SET_SIZE(itlb_wr_entry)
- #endif /* !lint */
--- 248,252 ----