summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/core_t2.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/kernel/core_t2.c')
-rw-r--r--arch/alpha/kernel/core_t2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/alpha/kernel/core_t2.c b/arch/alpha/kernel/core_t2.c
index 079ad445c..d1037f57b 100644
--- a/arch/alpha/kernel/core_t2.c
+++ b/arch/alpha/kernel/core_t2.c
@@ -389,6 +389,10 @@ t2_init_arch(void)
hose->mem_space = &iomem_resource;
hose->config_space = T2_CONF;
hose->index = 0;
+
+ hose->sg_isa = hose->sg_pci = NULL;
+ __direct_map_base = 0x40000000;
+ __direct_map_size = 0x40000000;
}
#define SIC_SEIC (1UL << 33) /* System Event Clear */