diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2015-09-24 23:36:45 +0300 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2015-11-02 18:03:02 +0300 |
commit | 260c64bbabdb8da7248c87e0cdd92023bd7b76c6 (patch) | |
tree | bbb5763475f2d5fbc3bf61a4d1c9432bd1f74b0e /arch/xtensa/include/asm/io.h | |
parent | cfedf08b0c09f325fa24d91e8c9433ec481800cf (diff) | |
download | lwn-260c64bbabdb8da7248c87e0cdd92023bd7b76c6.tar.gz lwn-260c64bbabdb8da7248c87e0cdd92023bd7b76c6.zip |
xtensa: nommu: provide correct KIO addresses
KIO region location is different for noMMU cores. Provide different
default physical address and make KIO virtual address equal to physical.
Move xtensa_get_kio_paddr function close to XCHAL_KIO_PADDR definition
and define it not only for MMUv3, but for all MMU options except MMUv2.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/include/asm/io.h')
-rw-r--r-- | arch/xtensa/include/asm/io.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/xtensa/include/asm/io.h b/arch/xtensa/include/asm/io.h index 867840f5400f..74fed0b4e2c2 100644 --- a/arch/xtensa/include/asm/io.h +++ b/arch/xtensa/include/asm/io.h @@ -25,15 +25,6 @@ #ifdef CONFIG_MMU -#if XCHAL_HAVE_PTP_MMU && XCHAL_HAVE_SPANNING_WAY && defined(CONFIG_OF) -extern unsigned long xtensa_kio_paddr; - -static inline unsigned long xtensa_get_kio_paddr(void) -{ - return xtensa_kio_paddr; -} -#endif - /* * Return the virtual address for the specified bus memory. * Note that we currently don't support any address outside the KIO segment. |