mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
x86: remove mach_apic.h
Spread mach_apic.h definitions into genapic.h. (with some knock-on effects on smp.h and apic.h.) Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
7c20dcc545
commit
1dcdd3d15e
22 changed files with 175 additions and 207 deletions
|
@ -215,7 +215,7 @@ static inline void disable_local_APIC(void) { }
|
|||
#define SET_APIC_ID(x) (apic->set_apic_id(x))
|
||||
#else
|
||||
|
||||
static inline unsigned default_get_apic_id(unsigned long x)
|
||||
static inline unsigned default_get_apic_id(unsigned long x)
|
||||
{
|
||||
unsigned int ver = GET_APIC_VERSION(apic_read(APIC_LVR));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue