patch-2.4.0-test5 linux/arch/sh/kernel/cf-enabler.c

Next file: linux/arch/sh/kernel/entry.S
Previous file: linux/arch/sh/kernel/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/arch/sh/kernel/cf-enabler.c linux/arch/sh/kernel/cf-enabler.c
@@ -84,7 +84,7 @@
 int __init cf_init(void)
 {
 	/* Enable the card, and set the level interrupt */
-	outw(0x0042, CF_CIS_BASE+0x0200);
+	ctrl_outw(0x0042, CF_CIS_BASE+0x0200);
 	make_imask_irq(14);
 	disable_irq(14);
 	return 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)