Print this page
de-linting of .s files

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