]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/dcookies.c
ARM: OMAP: Add DMA IRQ sanity checks
[linux-2.6-omap-h63xx.git] / fs / dcookies.c
index ef758cfa5565b8f980d773df684b3b28ac60fc44..21af1629f9bcc2ebd6eda9d701bb31b1e03feb49 100644 (file)
@@ -12,7 +12,6 @@
  * to the pair and can be looked up from userspace.
  */
 
-#include <linux/config.h>
 #include <linux/syscalls.h>
 #include <linux/module.h>
 #include <linux/slab.h>
@@ -38,9 +37,9 @@ struct dcookie_struct {
 
 static LIST_HEAD(dcookie_users);
 static DEFINE_MUTEX(dcookie_mutex);
-static kmem_cache_t * dcookie_cache;
-static struct list_head * dcookie_hashtable;
-static size_t hash_size;
+static struct kmem_cache *dcookie_cache __read_mostly;
+static struct list_head *dcookie_hashtable __read_mostly;
+static size_t hash_size __read_mostly;
 
 static inline int is_live(void)
 {