summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/slots.h
blob: fa5ae9fcb12ff7ed098fc87c392a4e60efa4b818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 */