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.