]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/cache.h
Merge branch 'upstream'
[linux-2.6-omap-h63xx.git] / include / asm-parisc / cache.h
index 93f179f13ce8141b7108e11afb28b7fef36cd64d..ae50f8e12eed8e54abe736ab6b7876087f611e19 100644 (file)
@@ -29,6 +29,8 @@
 
 #define SMP_CACHE_BYTES L1_CACHE_BYTES
 
+#define __read_mostly __attribute__((__section__(".data.read_mostly")))
+
 extern void flush_data_cache_local(void *);  /* flushes local data-cache only */
 extern void flush_instruction_cache_local(void *); /* flushes local code-cache only */
 #ifdef CONFIG_SMP