[PATCH] x86/apic: Remove the SET_APIC_ID(x) macro

2017-03-08 Thread Dou Liyang
-remove the SET_APIC_ID(x) macro -simplify the call flow -add a comment Signed-off-by: Dou Liyang --- arch/x86/include/asm/apic.h | 7 +-- arch/x86/kernel/apic/apic.c | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git

[PATCH] x86/apic: Remove the SET_APIC_ID(x) macro

2017-03-08 Thread Dou Liyang
-remove the SET_APIC_ID(x) macro -simplify the call flow -add a comment Signed-off-by: Dou Liyang --- arch/x86/include/asm/apic.h | 7 +-- arch/x86/kernel/apic/apic.c | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/arch/x86/include/asm/apic.h