Re: Keyboard related reboot problem

Pavel Machek (pavel@elf.ucw.cz)
Fri, 1 May 1998 11:11:08 +0200


Hi!

> __initfunc(int kbd_init(void))
> {
> .
> .
> .
>
> kbd_init_hw();
> init_bh(KEYBOARD_BH, kbd_bh); <---- This is it
> mark_bh(KEYBOARD_BH);

I think that init_bh is innocent. Instead, something bad is happening
inside that bottom half routine. Look at bh and comment specific
things out...

-- 
I'm really pavel@atrey.karlin.mff.cuni.cz. 	   Pavel
Look at http://atrey.karlin.mff.cuni.cz/~pavel/ ;-).

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu