Commit a2ce7f08 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] sn: Remove irix_io_init - replace with sgi_master_io_infr_init

From: Pat Gefre <pfg@sgi.com>

Remove irix_io_init - replace with sgi_master_io_infr_init
parent fdc94c8b
...@@ -328,11 +328,11 @@ sn_pci_fixup(int arg) ...@@ -328,11 +328,11 @@ sn_pci_fixup(int arg)
#ifdef CONFIG_PROC_FS #ifdef CONFIG_PROC_FS
extern void register_sn_procfs(void); extern void register_sn_procfs(void);
#endif #endif
extern void irix_io_init(void); extern void sgi_master_io_infr_init(void);
extern void sn_init_cpei_timer(void); extern void sn_init_cpei_timer(void);
init_hcl(); init_hcl();
irix_io_init(); sgi_master_io_infr_init();
for (cnode = 0; cnode < numnodes; cnode++) { for (cnode = 0; cnode < numnodes; cnode++) {
extern void intr_init_vecblk(cnodeid_t); extern void intr_init_vecblk(cnodeid_t);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment