summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ebsa110/include/mach/memory.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2020-09-24 20:25:46 +0200
committerArnd Bergmann <arnd@arndb.de>2020-10-30 21:57:03 +0100
commit3e3f354bc383a052cde431d8f051efbf896f260b (patch)
tree061353679d36b645a617a4cc55430e2ece7af582 /arch/arm/mach-ebsa110/include/mach/memory.h
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec (diff)
downloadlinux-3e3f354bc383a052cde431d8f051efbf896f260b.tar.bz2
ARM: remove ebsa110 platform
Russell said that he is no longer using this machine, and it seems that nobody else has in a long time, so it's time to say goodbye to it. As this is the last platform using CONFIG_ARCH_USES_GETTIMEOFFSET, there are some follow-up patches to remove that as well. Acked-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-ebsa110/include/mach/memory.h')
-rw-r--r--arch/arm/mach-ebsa110/include/mach/memory.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/arm/mach-ebsa110/include/mach/memory.h b/arch/arm/mach-ebsa110/include/mach/memory.h
deleted file mode 100644
index f025f405de50..000000000000
--- a/arch/arm/mach-ebsa110/include/mach/memory.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * arch/arm/mach-ebsa110/include/mach/memory.h
- *
- * Copyright (C) 1996-1999 Russell King.
- *
- * Changelog:
- * 20-Oct-1996 RMK Created
- * 31-Dec-1997 RMK Fixed definitions to reduce warnings
- * 21-Mar-1999 RMK Renamed to memory.h
- * RMK Moved TASK_SIZE and PAGE_OFFSET here
- */
-#ifndef __ASM_ARCH_MEMORY_H
-#define __ASM_ARCH_MEMORY_H
-
-/*
- * Cache flushing area - SRAM
- */
-#define FLUSH_BASE_PHYS 0x40000000
-#define FLUSH_BASE 0xdf000000
-
-#endif