Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 1994 - 1999, 2000, 03, 04 Ralf Baechle
0007  * Copyright (C) 2000, 2002  Maciej W. Rozycki
0008  * Copyright (C) 1990, 1999, 2000 Silicon Graphics, Inc.
0009  */
0010 #ifndef _ASM_AR7_SPACES_H
0011 #define _ASM_AR7_SPACES_H
0012 
0013 /*
0014  * This handles the memory map.
0015  * We handle pages at KSEG0 for kernels with 32 bit address space.
0016  */
0017 #define PAGE_OFFSET _AC(0x94000000, UL)
0018 #define PHYS_OFFSET _AC(0x14000000, UL)
0019 
0020 #include <asm/mach-generic/spaces.h>
0021 
0022 #endif /* __ASM_AR7_SPACES_H */