Update ia64 patch to 2.5.69-030521, throwing away the parts included
[linux-flexiantxendom0-3.2.10.git] / arch / ia64 / sn / io / sn2 / ml_SN_init.c
index 51829ce..c5a6701 100644 (file)
 #include <asm/sn/sn_private.h>
 #include <asm/sn/klconfig.h>
 #include <asm/sn/sn_cpuid.h>
-#include <asm/sn/snconfig.h>
 
-extern int numcpus;
-extern char arg_maxnodes[];
 extern cpuid_t master_procid;
-
-extern int hasmetarouter;
-
 int            maxcpus;
-cpumask_t      boot_cpumask;
-hubreg_t       region_mask = 0;
-
 
 extern xwidgetnum_t hub_widget_id(nasid_t);
 
-extern int valid_icache_reasons;       /* Reasons to flush the icache */
-extern int valid_dcache_reasons;       /* Reasons to flush the dcache */
-extern u_char miniroot;
-extern volatile int    need_utlbmiss_patch;
 extern void iograph_early_init(void);
 
 nasid_t master_nasid = INVALID_NASID;          /* This is the partition master nasid */
@@ -75,9 +62,6 @@ mlreset(int slave)
 
        /* early initialization of iograph */
        iograph_early_init();
-
-       /* Initialize Hub Pseudodriver Management */
-       hubdev_init();
 }
 
 
@@ -123,16 +107,6 @@ void init_platform_nodepda(nodepda_t *npda, cnodeid_t node)
        mutex_init_locked(&npda->xbow_sema); /* init it locked? */
 }
 
-/* XXX - Move the interrupt stuff to intr.c ? */
-/*
- * Set up the platform-dependent fields in the processor pda.
- * Must be done _after_ init_platform_nodepda().
- * If we need a lock here, something else is wrong!
- */
-void init_platform_pda(cpuid_t cpu)
-{
-}
-
 void
 update_node_information(cnodeid_t cnodeid)
 {