Print this page
de-linting of .s files

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/opl/ml/mc-opl_asm.s
          +++ new/usr/src/uts/sun4u/opl/ml/mc-opl_asm.s
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
  24   24   */
  25   25  /*
  26   26   * All Rights Reserved, Copyright (c) FUJITSU LIMITED 2006
  27   27   */
  28   28  
  29      -#if defined(lint)
  30      -#include <sys/types.h>
  31      -#else
  32   29  #include <sys/asm_linkage.h>
  33      -#endif  /* lint */
  34   30  
  35      -#if defined(lint)
  36      -
  37      -/* ARGSUSED */
  38      -void
  39      -mc_prefetch(caddr_t va)
  40      -{ return; }
  41      -
  42      -#else
  43   31          /* issue a strong prefetch to cause MI error */
  44   32          ENTRY(mc_prefetch)
  45   33          prefetch        [%o0],0x16
  46   34          retl
  47   35          nop
  48   36          SET_SIZE(mc_prefetch)
  49      -#endif
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX