patch-2.4.6 linux/arch/ppc/kernel/m8xx_setup.c
Next file: linux/arch/ppc/kernel/misc.S
Previous file: linux/arch/ppc/kernel/irq.c
Back to the patch index
Back to the overall index
- Lines: 61
- Date:
Mon Jul 2 14:34:57 2001
- Orig file:
v2.4.5/linux/arch/ppc/kernel/m8xx_setup.c
- Orig date:
Mon May 21 17:04:47 2001
diff -u --recursive --new-file v2.4.5/linux/arch/ppc/kernel/m8xx_setup.c linux/arch/ppc/kernel/m8xx_setup.c
@@ -1,5 +1,5 @@
/*
- * BK Id: SCCS/s.m8xx_setup.c 1.17 05/18/01 07:54:04 patch
+ * BK Id: SCCS/s.m8xx_setup.c 1.20 06/27/01 14:49:58 trini
*/
/*
* linux/arch/ppc/kernel/setup.c
@@ -124,12 +124,6 @@
extern unsigned long find_available_memory(void);
extern void m8xx_cpm_reset(uint);
-static void ide_interrupt_handler(void* dev_id);
-
-void __init adbdev_init(void)
-{
-}
-
void __init
m8xx_setup_arch(void)
{
@@ -359,6 +353,12 @@
/*
* IDE stuff.
*/
+#ifdef CONFIG_BLK_DEV_MPC8xx_IDE
+void ide_interrupt_handler (void *dev)
+{
+}
+#endif
+
void
m8xx_ide_insw(ide_ioreg_t port, void *buf, int ns)
{
@@ -512,12 +512,7 @@
#endif /* CONFIG_BLK_DEV_MPC8xx_IDE */
}
-#endif /* CONFIG_BLK_DEV_IDE || CONFIG_BLK_DEV_IDE_MODULE */
-
-
-/* -------------------------------------------------------------------- */
-#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
#ifdef CONFIG_BLK_DEV_MPC8xx_IDE
/* PCMCIA Timing */
@@ -577,13 +572,9 @@
if ((reg = pcmp->pcmc_por7 & mask) != 0)
pcmp->pcmc_por7 = reg | timing;
}
-
-void ide_interrupt_handler (void *dev)
-{
-}
-
#endif /* CONFIG_BLK_DEV_MPC8xx_IDE */
#endif /* CONFIG_BLK_DEV_IDE || CONFIG_BLK_DEV_IDE_MODULE */
+
/* -------------------------------------------------------------------- */
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)