Re: 2.6.13-rc6-rt5

2005-08-16 Thread Ingo Molnar
it's the raw_local_irq_save() in ___trace() that causes trouble. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://w

Re: 2.6.13-rc6-rt5

2005-08-16 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > i removed some debug options from your .config, and that booted. > Here's the diff between the good and bad .config's. Trying to narrow > it down further. even narrower diff below. My guess would be on CONFIG_DEBUG_STACKOVERFLOW. Ingo --- .

Re: 2.6.13-rc6-rt5

2005-08-16 Thread Ingo Molnar
i removed some debug options from your .config, and that booted. Here's the diff between the good and bad .config's. Trying to narrow it down further. Ingo --- .config.good00 +++ .config.bad00 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version

Re: 2.6.13-rc6-rt5

2005-08-16 Thread Ingo Molnar
* Steven Rostedt <[EMAIL PROTECTED]> wrote: > OK, I compiled it now. Tried to boot, and it rebooted on me before > showing any output :-( > > So I'll start debugging it, but just incase I'm not looking for > something that is already found, is there anything wrong with the > following config? y

Re: 2.6.13-rc6-rt5

2005-08-16 Thread Ingo Molnar
* Steven Rostedt <[EMAIL PROTECTED]> wrote: > OK, I compiled it now. Tried to boot, and it rebooted on me before > showing any output :-( > > So I'll start debugging it, but just incase I'm not looking for > something that is already found, is there anything wrong with the > following config?

Re: 2.6.13-rc6-rt5

2005-08-16 Thread Steven Rostedt
OK, I compiled it now. Tried to boot, and it rebooted on me before showing any output :-( So I'll start debugging it, but just incase I'm not looking for something that is already found, is there anything wrong with the following config? -- Steve CONFIG_X86=y CONFIG_MMU=y CONFIG_UID16=y CONFIG_G

Re: 2.6.13-rc6-rt5

2005-08-16 Thread Steven Rostedt
Ouch, what was I thinking for that initializing flags to zero: Sorry, lets try that again: Signed-off-by: Steven Rostedt Index: linux_realtime_ernie/kernel/latency.c === --- linux_realtime_ernie/kernel/latency.c (revision 293

Re: 2.6.13-rc6-rt5

2005-08-16 Thread Steven Rostedt
I got the following on compile: cd ~/work/kernels/svn/linux_realtime_ernie/ make CHK include/linux/version.h make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. CHK include/asm-i386/asm_offsets.h CHK include/linux/compile.h CHK usr/initramfs_list CC kernel/late