[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [parisc-linux] Debian bootfloppies with -pa22 fails on 720/50



Hi!

On Sat, 22 Sep 2001, Albert Strasheim wrote:

> Hello,
[skipped]
> VFS: Mounted root (ext2 filesystem).
> handle_interruption() pid=1 command='init'
> handle_interruption() pid=1 command='init'
> handle_interruption() pid=1 command='init'

The message seemingly comes from arch/parisc/kernel/traps.c. It seems like
an interruption, unknown to the interruption handling routine is generated
and it gets into the "default:" branch of the case statement. You might
try to print out the interruption code by replacing 

printk(KERN_DEBUG "\nhandle_interruption() pid=%d command='%s'\n",
                            current->pid, current->comm);

with something like

printk(KERN_DEBUG "\nhandle_interruption() pid=%d command='%s' code=%d\n",
                            current->pid, current->comm, code);

(I hope this works :-).
This at least would give a hint of what's happening.

Best regards,

J.




Reply to: