[parisc-linux] kernel panic

Matthew Wilcox matthew@wil.cx
Wed, 23 May 2001 17:21:24 +0100


On Wed, May 23, 2001 at 02:53:15AM -0600, John Marvin wrote:
> I can't remember if your original problem crashed the system or just
> caused data corruption. If the machine stays up, a debugging workaround
> might be to store data in an internal array instead of using printk.
> You could then dump this array after the problem occured. One possible
> hack to dump the array would be to add code to dump it via the proc fs
> code that already exists in the ccio_dma code.

or just use printk(KERN_DEBUG "foo"); since this won't output to console.

-- 
Revolutions do not require corporate support.