Commit eee28c25 authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

include/asm-x86/genapic_32.h: checkpatch cleanups - formatting only

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 9407913f
...@@ -77,7 +77,8 @@ struct genapic { ...@@ -77,7 +77,8 @@ struct genapic {
#define IPIFUNC(x) #define IPIFUNC(x)
#endif #endif
#define APIC_INIT(aname, aprobe) { \ #define APIC_INIT(aname, aprobe) \
{ \
.name = aname, \ .name = aname, \
.probe = aprobe, \ .probe = aprobe, \
.int_delivery_mode = INT_DELIVERY_MODE, \ .int_delivery_mode = INT_DELIVERY_MODE, \
...@@ -109,7 +110,7 @@ struct genapic { ...@@ -109,7 +110,7 @@ struct genapic {
IPIFUNC(send_IPI_all) \ IPIFUNC(send_IPI_all) \
APICFUNC(enable_apic_mode) \ APICFUNC(enable_apic_mode) \
APICFUNC(phys_pkg_id) \ APICFUNC(phys_pkg_id) \
} }
extern struct genapic *genapic; extern struct genapic *genapic;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment