Loading arch/mips/kernel/vpe.c +2 −2 Original line number Diff line number Diff line Loading @@ -470,7 +470,7 @@ static int apply_r_mips_lo16(struct module *me, uint32_t *location, */ if (v != l->value) { printk(KERN_DEBUG "VPE loader: " "apply_r_mips_lo16/hi16: " "apply_r_mips_lo16/hi16: \t" "inconsistent value information\n"); return -ENOEXEC; } Loading Loading
arch/mips/kernel/vpe.c +2 −2 Original line number Diff line number Diff line Loading @@ -470,7 +470,7 @@ static int apply_r_mips_lo16(struct module *me, uint32_t *location, */ if (v != l->value) { printk(KERN_DEBUG "VPE loader: " "apply_r_mips_lo16/hi16: " "apply_r_mips_lo16/hi16: \t" "inconsistent value information\n"); return -ENOEXEC; } Loading