summaryrefslogtreecommitdiff
path: root/arch/xtensa/include/asm/vectors.h
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2013-11-17 08:14:54 +0200
committerMax Filippov <jcmvbkbc@gmail.com>2014-01-15 00:21:24 +0400
commit4809bb468f140d561dfbb785e8dcdda5bae8c1f2 (patch)
tree592d396d2c2f03d6e3d0dc95f4a856cb83f4e4eb /arch/xtensa/include/asm/vectors.h
parent5f42146e7599e120ee3f5b07d03ea45c633a955a (diff)
xtensa: avoid duplicate of IO range definitions
Define IO addresses in a single place, to make it easier to change for non-standard memory maps. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/include/asm/vectors.h')
-rw-r--r--arch/xtensa/include/asm/vectors.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/vectors.h b/arch/xtensa/include/asm/vectors.h
index 37e073b21a50..221a60d804d5 100644
--- a/arch/xtensa/include/asm/vectors.h
+++ b/arch/xtensa/include/asm/vectors.h
@@ -20,6 +20,11 @@
#include <variant/core.h>
+#define XCHAL_KIO_CACHED_VADDR 0xe0000000
+#define XCHAL_KIO_BYPASS_VADDR 0xf0000000
+#define XCHAL_KIO_PADDR 0xf0000000
+#define XCHAL_KIO_SIZE 0x10000000
+
#if defined(CONFIG_MMU)
/* Will Become VECBASE */