perf block-range: Move debug code behind ifndef NDEBUG
Make good on a comment and avoid a unused-but-set-variable warning. Signed-off-by: Ian Rogers <irogers@google.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Sean Christopherson <seanjc@google.com> Link: https://lore.kernel.org/r/20230330183827.1412303-1-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
d1babea9c3
commit
984a785f25
|
@ -11,11 +11,7 @@ struct {
|
||||||
|
|
||||||
static void block_range__debug(void)
|
static void block_range__debug(void)
|
||||||
{
|
{
|
||||||
/*
|
#ifndef NDEBUG
|
||||||
* XXX still paranoid for now; see if we can make this depend on
|
|
||||||
* DEBUG=1 builds.
|
|
||||||
*/
|
|
||||||
#if 1
|
|
||||||
struct rb_node *rb;
|
struct rb_node *rb;
|
||||||
u64 old = 0; /* NULL isn't executable */
|
u64 old = 0; /* NULL isn't executable */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue