diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-09 02:46:11 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-09 02:46:11 +0000 |
commit | 60076fed0e60cbe1a307b845644cb2e9b6e320cf (patch) | |
tree | 8b4cfc76b698ea7fa79faac9a970f6d0fa61d71a /include/asm-mips64/mmzone.h | |
parent | b2e03c8a89be152adf294f1baaadac6561b39bc6 (diff) |
Each node needs to have a structure that the master nasid fills up to
tell it where to get the kernel data from (ie, which nasid holds the
kernel data). Remove debug cruft from head.S.
Diffstat (limited to 'include/asm-mips64/mmzone.h')
-rw-r--r-- | include/asm-mips64/mmzone.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips64/mmzone.h b/include/asm-mips64/mmzone.h index 795aed323..1bbb1f818 100644 --- a/include/asm-mips64/mmzone.h +++ b/include/asm-mips64/mmzone.h @@ -8,9 +8,11 @@ #include <asm/sn/types.h> #include <asm/sn/addrs.h> #include <asm/sn/arch.h> +#include <asm/sn/klkernvars.h> typedef struct plat_pglist_data { pg_data_t gendata; + kern_vars_t kern_vars; } plat_pg_data_t; /* |