]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sh/mm/pg-nommu.c
hrtimer: add abstraction functions for accessing the "expires" member
[linux-2.6-omap-h63xx.git] / arch / sh / mm / pg-nommu.c
index d15221beaa161ab555cb6b481268651d56570a4f..677dd57f0877dfa0cb0ca6de0025558b2df176de 100644 (file)
 #include <linux/string.h>
 #include <asm/page.h>
 
-void copy_page_nommu(void *to, void *from)
+void copy_page(void *to, void *from)
 {
        memcpy(to, from, PAGE_SIZE);
 }
 
-void clear_page_nommu(void *to)
+void clear_page(void *to)
 {
        memset(to, 0, PAGE_SIZE);
 }