]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "x86/UV: Add uvtrace support"
authorIngo Molnar <mingo@kernel.org>
Mon, 11 Nov 2013 18:53:42 +0000 (19:53 +0100)
committerIngo Molnar <mingo@kernel.org>
Mon, 11 Nov 2013 18:53:42 +0000 (19:53 +0100)
commit203379aab065dad3ac4b7996d3d4079a3e19ad4a
treee74d7000baeab5c3800701c275971dd925cbfa08
parentdfd7f4327b91815aa81394a62e5edf973d586485
Revert "x86/UV: Add uvtrace support"

This reverts commit cdbe9257e989fdcc080a42b11a9405c5f61bf268.

uv_trace() is not used by anything, nor is uv_trace_nmi_func, nor
uv_trace_func.

That's not how we do instrumentation code in the kernel: we add
tracepoints, printk()s, etc. so that everyone not just those with
magic kernel modules can debug a system.

So remove this unused (and misguied) piece of code.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Mike Travis <travis@sgi.com>
Cc: Dimitri Sivanich <sivanich@sgi.com>
Cc: Hedi Berriche <hedi@sgi.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Cc: Jason Wessel <jason.wessel@windriver.com>
Link: http://lkml.kernel.org/n/tip-tumfBffmr4jmnt8Gyxanoblg@git.kernel.org
arch/x86/include/asm/uv/uv.h
arch/x86/platform/uv/uv_nmi.c