Commit 2ac1ea7c authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

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

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 8dbeeb24
...@@ -66,8 +66,8 @@ extern void alternatives_smp_module_del(struct module *mod); ...@@ -66,8 +66,8 @@ extern void alternatives_smp_module_del(struct module *mod);
extern void alternatives_smp_switch(int smp); extern void alternatives_smp_switch(int smp);
#else #else
static inline void alternatives_smp_module_add(struct module *mod, char *name, static inline void alternatives_smp_module_add(struct module *mod, char *name,
void *locks, void *locks_end, void *locks, void *locks_end,
void *text, void *text_end) {} void *text, void *text_end) {}
static inline void alternatives_smp_module_del(struct module *mod) {} static inline void alternatives_smp_module_del(struct module *mod) {}
static inline void alternatives_smp_switch(int smp) {} static inline void alternatives_smp_switch(int smp) {}
#endif /* CONFIG_SMP */ #endif /* CONFIG_SMP */
...@@ -148,9 +148,8 @@ struct paravirt_patch_site; ...@@ -148,9 +148,8 @@ struct paravirt_patch_site;
void apply_paravirt(struct paravirt_patch_site *start, void apply_paravirt(struct paravirt_patch_site *start,
struct paravirt_patch_site *end); struct paravirt_patch_site *end);
#else #else
static inline void static inline void apply_paravirt(struct paravirt_patch_site *start,
apply_paravirt(struct paravirt_patch_site *start, struct paravirt_patch_site *end)
struct paravirt_patch_site *end)
{} {}
#define __parainstructions NULL #define __parainstructions NULL
#define __parainstructions_end NULL #define __parainstructions_end NULL
......
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