15 #include <linux/string.h>
16 #include <asm/processor.h>
17 #include <asm/cache.h>
22 unsigned long long cir;
30 cir = peek_real_address_q(0x0d000008);
31 if ((cir & 0xffff) == 0x5103)
33 else if (((cir >> 32) & 0xffff) == 0x51e2)
67 #if defined(CONFIG_CACHE_WRITETHROUGH)
69 #elif defined(CONFIG_CACHE_WRITEBACK)