summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-06-09 06:04:43 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-06-09 06:04:43 +0000
commitd664fc3c7e5dfcff2bf348050ace5894c7648b3a (patch)
tree244409f22c55a564677e77fa920855a006a791f3 /include
parent513bee05b74dd15729a240b6b0ce4a6c695e73bc (diff)
Have the slave bootstrap code actually look at the text and data server
nasids that the master nasid found for it. Sanitize the replication procedures.
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips64/sn/klkernvars.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips64/sn/klkernvars.h b/include/asm-mips64/sn/klkernvars.h
index e8d3ff12b..cc1b732d2 100644
--- a/include/asm-mips64/sn/klkernvars.h
+++ b/include/asm-mips64/sn/klkernvars.h
@@ -5,8 +5,6 @@
#ifndef __ASM_SN_KLKERNVARS_H
#define __ASM_SN_KLKERNVARS_H
-#include <asm/sn/types.h>
-
#define KV_MAGIC_OFFSET 0x0
#define KV_RO_NASID_OFFSET 0x4
#define KV_RW_NASID_OFFSET 0x6
@@ -15,6 +13,8 @@
#if _LANGUAGE_C
+#include <asm/sn/types.h>
+
typedef struct kern_vars_s {
int kv_magic;
nasid_t kv_ro_nasid;