X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fmodule.c;h=2ad1b5239910965deb86f6fb10eda308e4b32e59;hb=f4f31fff32252da3791e9d901adb44f963a79153;hp=fcbc0128810b8ff690c89f987c3af72784e26baa;hpb=926b02d3eb547daa1d56cf9b586f31b270488b77;p=linux-2.6-microblaze.git diff --git a/kernel/module.c b/kernel/module.c index fcbc0128810b..2ad1b5239910 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -3102,7 +3102,7 @@ static int find_module_sections(struct module *mod, struct load_info *info) sizeof(*mod->bpf_raw_events), &mod->num_bpf_raw_events); #endif -#ifdef HAVE_JUMP_LABEL +#ifdef CONFIG_JUMP_LABEL mod->jump_entries = section_objs(info, "__jump_table", sizeof(*mod->jump_entries), &mod->num_jump_entries);