diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-07 15:04:23 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 12:39:21 -0400 |
commit | 8dbd1d3e65f0281ddf9f7b8123ef81763bc2051f (patch) | |
tree | 45f61ecc0a919451d4e4178f3baae69324ed3a22 | |
parent | b383f47ec71de66dbba5f7233479783041f5096a (diff) |
[MIPS] IP27: Nuke last leftovers from FRUTEST
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | include/asm-mips/sn/klconfig.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/asm-mips/sn/klconfig.h b/include/asm-mips/sn/klconfig.h index 19ece28c5e8b..ec469a3d2939 100644 --- a/include/asm-mips/sn/klconfig.h +++ b/include/asm-mips/sn/klconfig.h | |||
@@ -64,11 +64,7 @@ | |||
64 | 64 | ||
65 | #define KLCFGINFO_MAGIC 0xbeedbabe | 65 | #define KLCFGINFO_MAGIC 0xbeedbabe |
66 | 66 | ||
67 | #ifdef FRUTEST | ||
68 | typedef u64 klconf_off_t; | ||
69 | #else | ||
70 | typedef s32 klconf_off_t; | 67 | typedef s32 klconf_off_t; |
71 | #endif | ||
72 | 68 | ||
73 | /* | 69 | /* |
74 | * Some IMPORTANT OFFSETS. These are the offsets on all NODES. | 70 | * Some IMPORTANT OFFSETS. These are the offsets on all NODES. |
@@ -474,14 +470,6 @@ typedef struct lboard_s { | |||
474 | #define KLCF_NUM_COMPS(_brd) ((_brd)->brd_numcompts) | 470 | #define KLCF_NUM_COMPS(_brd) ((_brd)->brd_numcompts) |
475 | #define KLCF_MODULE_ID(_brd) ((_brd)->brd_module) | 471 | #define KLCF_MODULE_ID(_brd) ((_brd)->brd_module) |
476 | 472 | ||
477 | #ifdef FRUTEST | ||
478 | |||
479 | #define KLCF_NEXT(_brd) ((_brd)->brd_next ? (lboard_t *)((_brd)->brd_next): NULL) | ||
480 | #define KLCF_COMP(_brd, _ndx) (klinfo_t *)((_brd)->brd_compts[(_ndx)]) | ||
481 | #define KLCF_COMP_ERROR(_brd, _comp) (_brd = _brd , (_comp)->errinfo) | ||
482 | |||
483 | #else | ||
484 | |||
485 | #define KLCF_NEXT(_brd) \ | 473 | #define KLCF_NEXT(_brd) \ |
486 | ((_brd)->brd_next ? \ | 474 | ((_brd)->brd_next ? \ |
487 | (lboard_t *)(NODE_OFFSET_TO_K1(NASID_GET(_brd), (_brd)->brd_next)):\ | 475 | (lboard_t *)(NODE_OFFSET_TO_K1(NASID_GET(_brd), (_brd)->brd_next)):\ |
@@ -493,8 +481,6 @@ typedef struct lboard_s { | |||
493 | #define KLCF_COMP_ERROR(_brd, _comp) \ | 481 | #define KLCF_COMP_ERROR(_brd, _comp) \ |
494 | (NODE_OFFSET_TO_K1(NASID_GET(_brd), (_comp)->errinfo)) | 482 | (NODE_OFFSET_TO_K1(NASID_GET(_brd), (_comp)->errinfo)) |
495 | 483 | ||
496 | #endif | ||
497 | |||
498 | #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type) | 484 | #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type) |
499 | #define KLCF_BRIDGE_W_ID(_comp) ((_comp)->physid) /* Widget ID */ | 485 | #define KLCF_BRIDGE_W_ID(_comp) ((_comp)->physid) /* Widget ID */ |
500 | 486 | ||