[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.0906161548110.26673@gandalf.stny.rr.com>
Date: Tue, 16 Jun 2009 15:48:57 -0400 (EDT)
From: Steven Rostedt <rostedt@...dmis.org>
To: Ingo Molnar <mingo@...e.hu>
cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Frederic Weisbecker <fweisbec@...il.com>
Subject: Re: [PATCH 0/5] [GIT PULL] tracing/filters/ringbuffer: updates for
2.6.31
On Tue, 16 Jun 2009, Ingo Molnar wrote:
>
> hm, there's a new build failure with this lot:
>
> kernel/trace/ring_buffer.c:1298: error: ?event? undeclared (first use in this function)
> kernel/trace/ring_buffer.c:1298: error: (Each undeclared identifier is reported only once
> kernel/trace/ring_buffer.c:1298: error: for each function it appears in.)
Strange, I have a blank line at line 1298:
1294 cpu_buffer->tail_page->page->time_stamp = *ts;
1295 }
1296
1297 rb_reset_tail(cpu_buffer, tail_page, tail, length);
1298
1299 __raw_spin_unlock(&cpu_buffer->lock);
1300 local_irq_restore(flags);
1301
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists