Print this page
5545 remove unused pritospl and spltopri

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/sys/spl.h
          +++ new/usr/src/uts/intel/sys/spl.h
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20   * CDDL HEADER END
  21   21   */
  22   22  /*
  23   23   * Copyright (c) 1992-1993,1999 by Sun Microsystems, Inc.
  24   24   * All rights reserved.
  25   25   */
  26   26  
  27   27  #ifndef _SYS_SPL_H
  28   28  #define _SYS_SPL_H
  29   29  
  30      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  31      -
  32   30  #ifdef  __cplusplus
  33   31  extern "C" {
  34   32  #endif
  35   33  
  36   34  /*
  37      - * Convert system interrupt priorities (0-7) into a psr for splx.
  38      - * In general, the processor priority (0-15) should be 2 times
  39      - * the system pririty.
  40      - */
  41      -#define pritospl(n)     ((n) << 1)
  42      -
  43      -/*
  44   35   * on x86 platform these are identity functions
  45   36   */
  46   37  #define ipltospl(n)     (n)
  47   38  #define spltoipl(n)     (n)
  48      -#define spltopri(n)     (n)
  49   39  
  50   40  /*
  51   41   * Hardware spl levels
  52   42   * it should be replace by the appropriate interrupt class info.
  53   43   */
  54   44  #define SPL8    15
  55   45  #define SPL7    13
  56   46  
  57   47  #ifdef  __cplusplus
  58   48  }
  59   49  #endif
  60   50  
  61   51  #endif  /* _SYS_SPL_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX