Print this page
de-linting of .s files

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4v/ml/wbuf.s
          +++ new/usr/src/uts/sun4v/ml/wbuf.s
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17   * fields enclosed by brackets "[]" replaced with your own identifying
  18   18   * information: Portions Copyright [yyyy] [name of copyright owner]
  19   19   *
  20   20   * CDDL HEADER END
  21   21   */
  22   22  /*
  23   23   * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
  24   24   * Use is subject to license terms.
  25   25   */
  26   26  
  27      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  28      -
  29   27  #include <sys/asm_linkage.h>
  30   28  #include <sys/machthread.h>
  31   29  #include <sys/privregs.h>
  32   30  #include <sys/machasi.h>
  33   31  #include <sys/trap.h>
  34   32  #include <sys/mmu.h>
  35   33  #include <sys/machparam.h>
  36   34  #include <sys/machtrap.h>
  37   35  #include <sys/traptrace.h>
  38   36  
  39      -#if !defined(lint)
  40   37  #include "assym.h"
  41   38  
  42   39          /*
  43   40           * Spill fault handlers
  44   41           *   sn0 - spill normal tl 0
  45   42           *   sn1 - spill normal tl >0
  46   43           *   so0 - spill other tl 0
  47   44           *   so1 - spill other tl >0
  48   45           */
  49   46  
↓ open down ↓ 456 lines elided ↑ open up ↑
 506  503  
 507  504          /*
 508  505           * Kernel fault handlers
 509  506           */
 510  507          ENTRY_NP(fault_32bit_not)
 511  508          ENTRY_NP(fault_64bit_not)
 512  509          ba,pt   %xcc, ptl1_panic
 513  510          mov     PTL1_BAD_WTRAP, %g1
 514  511          SET_SIZE(fault_32bit_not)
 515  512          SET_SIZE(fault_64bit_not)
 516      -#endif /* !lint */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX