blob: 7f9fa6f660598d8074d0bb36d710f5a08c5d74e3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 1994 - 1999, 2000, 03, 04 Ralf Baechle
7 * Copyright (C) 2000, 2002 Maciej W. Rozycki
8 * Copyright (C) 1990, 1999, 2000 Silicon Graphics, Inc.
9 */
10#ifndef _ASM_MACH_IP22_SPACES_H
11#define _ASM_MACH_IP22_SPACES_H
12
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Ralf Baechle875d43e2005-09-03 15:56:16 -070014#ifdef CONFIG_64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -070015
Franck Bui-Huu09bb9ce2007-06-04 17:46:31 +020016#define PAGE_OFFSET 0xffffffff80000000UL
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
18#define CAC_BASE 0xffffffff80000000
19#define IO_BASE 0xffffffffa0000000
20#define UNCAC_BASE 0xffffffffa0000000
Thiemo Seuferf8670e62005-09-01 08:56:18 +000021#define MAP_BASE 0xc000000000000000
Linus Torvalds1da177e2005-04-16 15:20:36 -070022
Ralf Baechle875d43e2005-09-03 15:56:16 -070023#endif /* CONFIG_64BIT */
Linus Torvalds1da177e2005-04-16 15:20:36 -070024
Franck Bui-Huu09bb9ce2007-06-04 17:46:31 +020025#include <asm/mach-generic/spaces.h>
26
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#endif /* __ASM_MACH_IP22_SPACES_H */