diff options
| author | Jaswinder Singh <jaswinder@infradead.org> | 2008-07-23 08:11:59 -0400 |
|---|---|---|
| committer | Jaswinder Singh <jaswinder@infradead.org> | 2008-07-23 08:11:59 -0400 |
| commit | 01eb7858c017b1c63b962f8c2ad37133383ca560 (patch) | |
| tree | 7f4cf32625e215bfce2fefa89b7ef603e972a13e | |
| parent | e0b7c8192ded4c2096388008d3ca6708caa8b601 (diff) | |
x86: mm/pgtable_32.c declare set_pmd_pfn before they get used
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
| -rw-r--r-- | include/asm-x86/pgtable_32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/pgtable_32.h b/include/asm-x86/pgtable_32.h index 0611abf96a5e..015fb4e19dee 100644 --- a/include/asm-x86/pgtable_32.h +++ b/include/asm-x86/pgtable_32.h | |||
| @@ -31,6 +31,7 @@ static inline void pgtable_cache_init(void) { } | |||
| 31 | static inline void check_pgt_cache(void) { } | 31 | static inline void check_pgt_cache(void) { } |
| 32 | void paging_init(void); | 32 | void paging_init(void); |
| 33 | 33 | ||
| 34 | extern void set_pmd_pfn(unsigned long, unsigned long, pgprot_t); | ||
| 34 | 35 | ||
| 35 | /* | 36 | /* |
| 36 | * The Linux x86 paging architecture is 'compile-time dual-mode', it | 37 | * The Linux x86 paging architecture is 'compile-time dual-mode', it |
