forked from luck/tmp_suning_uos_patched
include/asm-x86/alternative.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
8dbeeb24e4
commit
2ac1ea7ccd
|
@ -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;
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user