summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/pgtable.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-01-05 03:27:46 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2010-01-05 03:27:46 (GMT)
commita7595fe7e8a93a73ce6199dace75a0caca7024c1 (patch)
treed8ed3959fe722ac5dad69285dea5537fc2535098 /arch/sh/include/asm/pgtable.h
parent921a220857cdd3c553cde7c114f9f6757ac80cd5 (diff)
parent2a5eacca85d39d8b6dffae821d7d260f05584dc7 (diff)
downloadlinux-fsl-qoriq-a7595fe7e8a93a73ce6199dace75a0caca7024c1.tar.xz
Merge branch 'sh/pgtable' of git://github.com/mfleming/linux-2.6
Diffstat (limited to 'arch/sh/include/asm/pgtable.h')
-rw-r--r--arch/sh/include/asm/pgtable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/include/asm/pgtable.h b/arch/sh/include/asm/pgtable.h
index 9effcc3..78598ec 100644
--- a/arch/sh/include/asm/pgtable.h
+++ b/arch/sh/include/asm/pgtable.h
@@ -141,9 +141,9 @@ typedef pte_t *pte_addr_t;
#define pte_pfn(x) ((unsigned long)(((x).pte_low >> PAGE_SHIFT)))
/*
- * No page table caches to initialise
+ * Initialise the page table caches
*/
-#define pgtable_cache_init() do { } while (0)
+extern void pgtable_cache_init(void);
struct vm_area_struct;