Index: generic/include/mm/page.h
===================================================================
--- generic/include/mm/page.h	(revision 2299914109fe20b32a7226821981f5eb11a8394a)
+++ generic/include/mm/page.h	(revision de07bcf5893aee4d667e2094636cd1512e4be1d8)
@@ -61,15 +61,4 @@
 #define PAGE_GLOBAL		(1<<PAGE_GLOBAL_SHIFT)
 
-/* TODO - check that userspace is OK, platform specific functions etc */
-static inline void copy_to_uspace(void *dst, void *src, count_t cnt)
-{
-	memcpy(dst, src, cnt);
-} 
-
-static inline void copy_from_uspace(void *dst, void *src, count_t cnt)
-{
-	memcpy(dst, src, cnt);
-}
-
 /** Operations to manipulate page mappings. */
 struct page_mapping_operations {
