aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJaswinder Singh <jaswinder@infradead.org>2008-07-23 08:10:34 -0400
committerJaswinder Singh <jaswinder@infradead.org>2008-07-23 08:10:34 -0400
commite0b7c8192ded4c2096388008d3ca6708caa8b601 (patch)
tree81dedafb9473a1bcf5de1b6dca85ae4a1bd10f60 /include
parent4b6e9f27d0034740e9cfa341b45c229ba30ec0c5 (diff)
x86: mm/pageattr.c declare arch_report_meminfo before they get used
declared arch_report_meminfo() in asm-x86/pgtable.h as it will be also accessible by fs/proc/proc_misc.c Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/pgtable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/pgtable.h b/include/asm-x86/pgtable.h
index 96aa76e691d8..4fb22b9c528f 100644
--- a/include/asm-x86/pgtable.h
+++ b/include/asm-x86/pgtable.h
@@ -310,6 +310,8 @@ static inline void native_pagetable_setup_start(pgd_t *base) {}
310static inline void native_pagetable_setup_done(pgd_t *base) {} 310static inline void native_pagetable_setup_done(pgd_t *base) {}
311#endif 311#endif
312 312
313extern int arch_report_meminfo(char *page);
314
313#ifdef CONFIG_PARAVIRT 315#ifdef CONFIG_PARAVIRT
314#include <asm/paravirt.h> 316#include <asm/paravirt.h>
315#else /* !CONFIG_PARAVIRT */ 317#else /* !CONFIG_PARAVIRT */