Go to the documentation of this file. 1 #ifndef __ASM_SH_UNCACHED_H
2 #define __ASM_SH_UNCACHED_H
6 #ifdef CONFIG_UNCACHED_MAPPING
19 #define jump_to_uncached() \
21 unsigned long __dummy; \
23 __asm__ __volatile__( \
31 : "r" (cached_to_uncached)); \
37 #define back_to_cached() \
39 unsigned long __dummy; \
41 __asm__ __volatile__( \
51 #define virt_addr_uncached(kaddr) (0)
52 #define uncached_init() do { } while (0)
53 #define uncached_resize(size) BUG()
54 #define jump_to_uncached() do { } while (0)
55 #define back_to_cached() do { } while (0)