aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/cache.h
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2006-03-23 17:06:08 +0000
committerAnton Altaparmakov <aia21@cantab.net>2006-03-23 17:06:08 +0000
commit92fe7b9ea8ef101bff3c75ade89b93b5f62a7955 (patch)
tree3dba4faa78f1bbe4be503275173e3a63b5d60f22 /include/asm-ia64/cache.h
parentNTFS: 2.1.27 - Various bug fixes and cleanups. (diff)
parent[PATCH] reduce size of bio mempools (diff)
downloadlinux-dev-92fe7b9ea8ef101bff3c75ade89b93b5f62a7955.tar.xz
linux-dev-92fe7b9ea8ef101bff3c75ade89b93b5f62a7955.zip
Merge branch 'master' of /usr/src/ntfs-2.6/
Diffstat (limited to 'include/asm-ia64/cache.h')
-rw-r--r--include/asm-ia64/cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ia64/cache.h b/include/asm-ia64/cache.h
index 40dd25195d65..f0a104db8f20 100644
--- a/include/asm-ia64/cache.h
+++ b/include/asm-ia64/cache.h
@@ -25,4 +25,6 @@
# define SMP_CACHE_BYTES (1 << 3)
#endif
+#define __read_mostly __attribute__((__section__(".data.read_mostly")))
+
#endif /* _ASM_IA64_CACHE_H */