apicdef.h 164 B

123456789
  1. #ifndef __ASM_ES7000_APICDEF_H
  2. #define __ASM_ES7000_APICDEF_H
  3. static inline unsigned int es7000_get_apic_id(unsigned long x)
  4. {
  5. return (x >> 24) & 0xFF;
  6. }
  7. #endif