Path: blob/master/arch/arm/mach-footbridge/include/mach/memory.h
26299 views
/* SPDX-License-Identifier: GPL-2.0-only */1/*2* arch/arm/mach-footbridge/include/mach/memory.h3*4* Copyright (C) 1996-1999 Russell King.5*6* Changelog:7* 20-Oct-1996 RMK Created8* 31-Dec-1997 RMK Fixed definitions to reduce warnings.9* 17-May-1998 DAG Added __virt_to_bus and __bus_to_virt functions.10* 21-Nov-1998 RMK Changed __virt_to_bus and __bus_to_virt to macros.11* 21-Mar-1999 RMK Added PAGE_OFFSET for co285 architecture.12* Renamed to memory.h13* Moved PAGE_OFFSET and TASK_SIZE here14*/15#ifndef __ASM_ARCH_MEMORY_H16#define __ASM_ARCH_MEMORY_H1718/*19* Cache flushing area.20*/21#define FLUSH_BASE 0xf90000002223#define FLUSH_BASE_PHYS 0x500000002425#endif262728