commit | 5f5192b9feeff6a96c97c143c3ca558fdbe2dc8e | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jan 30 13:34:06 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:34:06 2008 +0100 |
tree | 4abe5cf23d4cb4a052af8c26c80451b368392ee8 | |
parent | e1271f686a0e376aa6ee97984c16f91a787e4480 [diff] [blame] |
x86: move page_is_ram() function Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/include/asm-x86/page.h b/include/asm-x86/page.h index e2c79d8..c8b30ef 100644 --- a/include/asm-x86/page.h +++ b/include/asm-x86/page.h
@@ -47,6 +47,9 @@ #ifndef __ASSEMBLY__ + +extern int page_is_ram(unsigned long pagenr); + struct page; static void inline clear_user_page(void *page, unsigned long vaddr,