aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/sn/klconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/sn/klconfig.h')
-rw-r--r--include/asm-mips/sn/klconfig.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/asm-mips/sn/klconfig.h b/include/asm-mips/sn/klconfig.h
index ec469a3d2939..5deaf1cdadde 100644
--- a/include/asm-mips/sn/klconfig.h
+++ b/include/asm-mips/sn/klconfig.h
@@ -69,13 +69,6 @@ typedef s32 klconf_off_t;
69/* 69/*
70 * Some IMPORTANT OFFSETS. These are the offsets on all NODES. 70 * Some IMPORTANT OFFSETS. These are the offsets on all NODES.
71 */ 71 */
72#if 0
73#define RAMBASE 0
74#define ARCSSPB_OFF 0x1000 /* shift it to sys/arcs/spb.h */
75
76#define OFF_HWGRAPH 0
77#endif
78
79#define MAX_MODULE_ID 255 72#define MAX_MODULE_ID 255
80#define SIZE_PAD 4096 /* 4k padding for structures */ 73#define SIZE_PAD 4096 /* 4k padding for structures */
81/* 74/*
@@ -164,10 +157,6 @@ typedef struct kl_config_hdr {
164 157
165 158
166#define KL_CONFIG_HDR(_nasid) ((kl_config_hdr_t *)(KLCONFIG_ADDR(_nasid))) 159#define KL_CONFIG_HDR(_nasid) ((kl_config_hdr_t *)(KLCONFIG_ADDR(_nasid)))
167#if 0
168#define KL_CONFIG_MALLOC_HDR(_nasid) \
169 (KL_CONFIG_HDR(_nasid)->ch_malloc_hdr)
170#endif
171#define KL_CONFIG_INFO_OFFSET(_nasid) \ 160#define KL_CONFIG_INFO_OFFSET(_nasid) \
172 (KL_CONFIG_HDR(_nasid)->ch_board_info) 161 (KL_CONFIG_HDR(_nasid)->ch_board_info)
173#define KL_CONFIG_INFO_SET_OFFSET(_nasid, _off) \ 162#define KL_CONFIG_INFO_SET_OFFSET(_nasid, _off) \
@@ -601,18 +590,6 @@ typedef struct klport_s {
601 klconf_off_t port_offset; 590 klconf_off_t port_offset;
602} klport_t; 591} klport_t;
603 592
604#if 0
605/*
606 * This is very similar to the klport_s but instead of having a componant
607 * offset it has a board offset.
608 */
609typedef struct klxbow_port_s {
610 nasid_t port_nasid;
611 unsigned char port_flag;
612 klconf_off_t board_offset;
613} klxbow_port_t;
614#endif
615
616typedef struct klcpu_s { /* CPU */ 593typedef struct klcpu_s { /* CPU */
617 klinfo_t cpu_info; 594 klinfo_t cpu_info;
618 unsigned short cpu_prid; /* Processor PRID value */ 595 unsigned short cpu_prid; /* Processor PRID value */