[funini.com] -> [kei@sodan] -> Kernel Reading

root/include/asm-x86/numaq/apicdef.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


DEFINITIONS

This source file includes following definitions.
  1. get_apic_id

#ifndef __ASM_NUMAQ_APICDEF_H
#define __ASM_NUMAQ_APICDEF_H


#define APIC_ID_MASK (0xF<<24)

static inline unsigned get_apic_id(unsigned long x)
{
                return (((x)>>24)&0x0F);
}

#define         GET_APIC_ID(x)  get_apic_id(x)

#endif

/* [<][>][^][v][top][bottom][index][help] */

[funini.com] -> [kei@sodan] -> Kernel Reading