summaryrefslogtreecommitdiff
path: root/sys/arch/arc/dti/btl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arc/dti/btl.c')
-rw-r--r--sys/arch/arc/dti/btl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arch/arc/dti/btl.c b/sys/arch/arc/dti/btl.c
index 7721241efa8..3392b3b5087 100644
--- a/sys/arch/arc/dti/btl.c
+++ b/sys/arch/arc/dti/btl.c
@@ -100,8 +100,6 @@ struct bt_mbx {
struct bt_mbx_in *tmbi; /* Target Mail Box in */
};
-extern int system_type; /* XXX */
-
#define KVTOPHYS(x) ((system_type == DESKSTATION_TYNE) ? \
(((int)(x) & 0x7fffff) | 0x800000) : ((int)(x)))
#define PHYSTOKV(x) ((system_type == DESKSTATION_TYNE) ? \