patch-2.3.45 linux/drivers/acorn/char/keyb_ps2.c
Next file: linux/drivers/block/cs5530.c
Previous file: linux/arch/sparc/mm/swift.S
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sun Feb 13 10:45:13 2000
- Orig file:
v2.3.44/linux/drivers/acorn/char/keyb_ps2.c
- Orig date:
Tue Aug 31 17:29:13 1999
diff -u --recursive --new-file v2.3.44/linux/drivers/acorn/char/keyb_ps2.c linux/drivers/acorn/char/keyb_ps2.c
@@ -28,6 +28,7 @@
#include <asm/iomd.h>
#include <asm/system.h>
+extern struct tasklet_struct keyboard_tasklet;
extern void kbd_reset_kdown(void);
int kbd_read_mask;
@@ -318,7 +319,7 @@
while (inb(IOMD_KCTRL) & (1 << 5))
handle_rawcode(inb(IOMD_KARTRX));
- mark_bh(KEYBOARD_BH);
+ tasklet_schedule(&keyboard_tasklet);
}
static void ps2kbd_tx(int irq, void *dev_id, struct pt_regs *regs)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)