From 90ecc248e200fee448001248dde0ca540dd3ef64 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 1 Dec 1994 08:00:00 +0000 Subject: Import of Linux/MIPS 1.1.68 --- include/asm-mips/slots.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/asm-mips/slots.h (limited to 'include/asm-mips/slots.h') diff --git a/include/asm-mips/slots.h b/include/asm-mips/slots.h new file mode 100644 index 000000000..fa5ae9fcb --- /dev/null +++ b/include/asm-mips/slots.h @@ -0,0 +1,17 @@ +/* + * include/asm-mips/slots.h + * + * Written by Ralf Baechle + * Copyright (C) 1994 by Waldorf GMBH + */ +#ifndef _ASM_MIPS_SLOTS_H +#define _ASM_MIPS_SLOTS_H + +/* + * SLOTSPACE is the address to which the physical address 0 + * of the Slotspace is mapped by the chipset in the main CPU's + * address space. + */ +#define SLOTSPACE 0xe1000000 + +#endif /* _ASM_MIPS_SLOTS_H */ -- cgit v1.2.3