162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * arch/arm/mach-footbridge/include/mach/memory.h 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright (C) 1996-1999 Russell King. 662306a36Sopenharmony_ci * 762306a36Sopenharmony_ci * Changelog: 862306a36Sopenharmony_ci * 20-Oct-1996 RMK Created 962306a36Sopenharmony_ci * 31-Dec-1997 RMK Fixed definitions to reduce warnings. 1062306a36Sopenharmony_ci * 17-May-1998 DAG Added __virt_to_bus and __bus_to_virt functions. 1162306a36Sopenharmony_ci * 21-Nov-1998 RMK Changed __virt_to_bus and __bus_to_virt to macros. 1262306a36Sopenharmony_ci * 21-Mar-1999 RMK Added PAGE_OFFSET for co285 architecture. 1362306a36Sopenharmony_ci * Renamed to memory.h 1462306a36Sopenharmony_ci * Moved PAGE_OFFSET and TASK_SIZE here 1562306a36Sopenharmony_ci */ 1662306a36Sopenharmony_ci#ifndef __ASM_ARCH_MEMORY_H 1762306a36Sopenharmony_ci#define __ASM_ARCH_MEMORY_H 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci/* 2062306a36Sopenharmony_ci * Cache flushing area. 2162306a36Sopenharmony_ci */ 2262306a36Sopenharmony_ci#define FLUSH_BASE 0xf9000000 2362306a36Sopenharmony_ci 2462306a36Sopenharmony_ci#define FLUSH_BASE_PHYS 0x50000000 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ci#endif 27