Print this page
cpuid for ARMv7

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/armv7/sys/armv7_bsmf.h
          +++ new/usr/src/uts/armv7/sys/armv7_bsmf.h
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  
  19   19  /*
  20   20   * This describes interfaces that unix can expect each of the board specific
  21   21   * modules to have implemented.
  22   22   */
  23   23  
  24   24  #ifdef __cplusplus
  25   25  extern "C" {
  26   26  #endif
  27   27  
  28      -/*
  29      - * The platform should fill in the values for armv7_l2cache_linesz and
  30      - * armv7_l2cache_size.
  31      - */
  32      -extern void armv7_bsmdep_l2cacheinfo(void);
  33      -
  34   28  #ifdef __cplusplus
  35   29  }
  36   30  #endif
  37   31  
  38   32  #endif /* _SYS_ARMV7_BSMF_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX