From e7a6650a3be0408812768cee08aa062d799093f3 Mon Sep 17 00:00:00 2001 From: Dmitri Vorobiev Date: Tue, 15 Jul 2008 19:57:32 +0300 Subject: [PATCH] --- yaml --- r: 103765 b: refs/heads/master c: c29d150305f7f655b7002cc31754c605e5c0d1a0 h: refs/heads/master i: 103763: dc790c6e6ed407decd63416b2faf6370d483a699 v: v3 --- [refs] | 2 +- trunk/include/asm-mips/page.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4f561605e29b..4fa9b830b182 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f028b8605613ade67fda554e30d367911d6c7222 +refs/heads/master: c29d150305f7f655b7002cc31754c605e5c0d1a0 diff --git a/trunk/include/asm-mips/page.h b/trunk/include/asm-mips/page.h index 8735aa0b8963..494f00ba9541 100644 --- a/trunk/include/asm-mips/page.h +++ b/trunk/include/asm-mips/page.h @@ -34,6 +34,9 @@ #include #include +extern void build_clear_page(void); +extern void build_copy_page(void); + /* * It's normally defined only for FLATMEM config but it's * used in our early mem init code for all memory models.