Print this page
de-linting of .s files

*** 22,33 **** /* * Copyright 2001 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,59 **** #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) - void - sysctrl_freeze(void) - {} - #else /* lint */ /* * This routine quiets a cpu and has it spin on a barrier. * It is used during memory sparing so that no memory operation * occurs during the memory copy. * --- 35,48 ----
*** 87,92 **** 2: retry membar #Sync SET_SIZE(sysctrl_freeze) - #endif /* lint */ --- 76,80 ----