xref: /linux/arch/arm/mach-footbridge/include/mach/memory.h (revision 4f2c0a4acffbec01079c28f839422e64ddeff004)
1*d2912cb1SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2a09e64fbSRussell King /*
3a09e64fbSRussell King  *  arch/arm/mach-footbridge/include/mach/memory.h
4a09e64fbSRussell King  *
5a09e64fbSRussell King  *  Copyright (C) 1996-1999 Russell King.
6a09e64fbSRussell King  *
7a09e64fbSRussell King  *  Changelog:
8a09e64fbSRussell King  *   20-Oct-1996 RMK	Created
9a09e64fbSRussell King  *   31-Dec-1997 RMK	Fixed definitions to reduce warnings.
10a09e64fbSRussell King  *   17-May-1998 DAG	Added __virt_to_bus and __bus_to_virt functions.
11a09e64fbSRussell King  *   21-Nov-1998 RMK	Changed __virt_to_bus and __bus_to_virt to macros.
12a09e64fbSRussell King  *   21-Mar-1999 RMK	Added PAGE_OFFSET for co285 architecture.
13a09e64fbSRussell King  *			Renamed to memory.h
14a09e64fbSRussell King  *			Moved PAGE_OFFSET and TASK_SIZE here
15a09e64fbSRussell King  */
16a09e64fbSRussell King #ifndef __ASM_ARCH_MEMORY_H
17a09e64fbSRussell King #define __ASM_ARCH_MEMORY_H
18a09e64fbSRussell King 
19b5ee9002SNicolas Pitre /*
20a09e64fbSRussell King  * Cache flushing area.
21a09e64fbSRussell King  */
22a09e64fbSRussell King #define FLUSH_BASE		0xf9000000
23a09e64fbSRussell King 
24a09e64fbSRussell King #define FLUSH_BASE_PHYS		0x50000000
25a09e64fbSRussell King 
26a09e64fbSRussell King #endif
27