From 121fc47db6f4868890225e987447ee59a1e1c5b5 Mon Sep 17 00:00:00 2001
From: Paul Mundt <lethal@linux-sh.org>
Date: Tue, 30 Oct 2007 17:39:07 +0900
Subject: sh: Provide a __read_mostly section wrapper.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
---
 include/asm-sh/cache.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'include')

diff --git a/include/asm-sh/cache.h b/include/asm-sh/cache.h
index 0fe7cf9a043..01e5cf51ba9 100644
--- a/include/asm-sh/cache.h
+++ b/include/asm-sh/cache.h
@@ -19,6 +19,8 @@
 
 #define L1_CACHE_BYTES		(1 << L1_CACHE_SHIFT)
 
+#define __read_mostly __attribute__((__section__(".data.read_mostly")))
+
 #ifndef __ASSEMBLY__
 struct cache_info {
 	unsigned int ways;		/* Number of cache ways */
-- 
cgit v1.2.3-18-g5258