aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/es7000/apicdef.h
blob: c74881a7b3d855975eca6e876a2df1a0f7b57fe0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __ASM_ES7000_APICDEF_H
#define __ASM_ES7000_APICDEF_H

static inline unsigned int es7000_get_apic_id(unsigned long x)
{
	return (x >> 24) & 0xFF;
}

#endif