Re: Kernel Panic with latest patch from git repo

tab-mTI/[email protected] (Vincent Hanquez)
Newsgroups gmane.linux.cluster.openmosix.devel
Message-ID <[email protected]>
On Wed, Feb 22, 2006 at 05:54:58PM +0100, Matteo wrote:
> Yes, I was not sure how to interpret this PREEMPT and SMP stuff...
> So, to you it is related to the fact that the kernel was compiled with
> PREEMPT and SMP ? I was pretty sure I didn't compile that in...

[arch/i386/kernel/traps.c]
void die(const char * str, struct pt_regs * regs, long err)
....
                handle_BUG(regs);
                printk(KERN_EMERG "%s: %04lx [#%d]\n", str, err & 0xffff, ++die_counter);
#ifdef CONFIG_PREEMPT
                printk(KERN_EMERG "PREEMPT ");
                nl = 1;
#endif
#ifdef CONFIG_SMP
                if (!nl)
                        printk(KERN_EMERG);
                printk("SMP ");
                nl = 1;
#endif
....

no way the PREEMPT and SMP string be in the oops without the config
option turns on.

> Anyway, are there any counter indication with openmosix regarding the
> target architecture, meaning is it safe to activate P4 architecture or
> should I remain with i386 support ?

No, that's fine. the kernel code is not going to be migrated at all.

-- 
Vincent Hanquez


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.