On Wed, Mar 17, 2010 at 05:48:05PM +0100, maximilian attems wrote: > Package: linux-2.6 > Severity: serious > Version: 2.6.32-10 > > failure seeems quite similar: > CC kernel/trace/trace_clock.o > /build/buildd-linux-2.6_2.6.32-10-alpha-POBShR/linux-2.6-2.6.32/debian/build/source_alpha_none/kernel/trace/trace_clock.c: > In function 'trace_clock_local': > /build/buildd-linux-2.6_2.6.32-10-alpha-POBShR/linux-2.6-2.6.32/debian/build/source_alpha_none/kernel/trace/trace_clock.c:39: > error: implicit declaration of function 'raw_local_irq_save' > /build/buildd-linux-2.6_2.6.32-10-alpha-POBShR/linux-2.6-2.6.32/debian/build/source_alpha_none/kernel/trace/trace_clock.c:41: > error: implicit declaration of function 'raw_local_irq_restore' > make[7]: *** [kernel/trace/trace_clock.o] Error 1 Can be fixed by cherry-picking this:
commit 8b2a5dac7859dd1954095fce8b6445c3ceb36ef6 Author: Steven Rostedt <[email protected]> Date: Wed Nov 11 19:36:03 2009 -0500 tracing: do not disable interrupts for trace_clock_local which looks fairly safe to do. Ben. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking. - Albert Camus -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

