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

Commit afcfe024 authored by Stuart Bennett's avatar Stuart Bennett Committed by Ingo Molnar
Browse files

x86: mmiotrace: quieten spurious warning message



This message was being incorrectly emitted when using gdb,
so compile it out by default for now; there will be a
better fix in v2.6.30.

Reported-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarStuart Bennett <stuart@freedesktop.org>
Acked-by: default avatarPekka Paalanen <pq@iki.fi>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent ebdcc81c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -310,7 +310,7 @@ static int post_kmmio_handler(unsigned long condition, struct pt_regs *regs)
	struct kmmio_context *ctx = &get_cpu_var(kmmio_ctx);

	if (!ctx->active) {
		pr_warning("kmmio: spurious debug trap on CPU %d.\n",
		pr_debug("kmmio: spurious debug trap on CPU %d.\n",
							smp_processor_id());
		goto out;
	}