Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 711554db authored by Yinghai Lu's avatar Yinghai Lu Committed by Ingo Molnar
Browse files

x86: print out buggy mptable



print out buggy mptable, instead of skipping it quietly

Signed-off-by: default avatarYinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 6107a7c4
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -390,11 +390,14 @@ static int __init smp_read_mpc(struct mp_config_table *mpc, unsigned early)
				break;
			}
		default:
			{
			/* wrong mptable */
			printk(KERN_ERR "Your mptable is wrong, contact your HW vendor!\n");
			printk(KERN_ERR "type %x\n", *mpt);
			print_hex_dump(KERN_ERR, "  ", DUMP_PREFIX_ADDRESS, 16,
					1, mpc, mpc->mpc_length, 1);
			count = mpc->mpc_length;
			break;
		}
		}
#ifdef CONFIG_X86_NUMAQ
		++mpc_record;
#endif