|
@@ -237,6 +237,8 @@ static inline void copy_user_highpage(struct page *to, struct page *from,
|
|
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#ifndef __HAVE_ARCH_COPY_HIGHPAGE
|
|
|
|
+
|
|
static inline void copy_highpage(struct page *to, struct page *from)
|
|
static inline void copy_highpage(struct page *to, struct page *from)
|
|
{
|
|
{
|
|
char *vfrom, *vto;
|
|
char *vfrom, *vto;
|
|
@@ -248,4 +250,6 @@ static inline void copy_highpage(struct page *to, struct page *from)
|
|
kunmap_atomic(vfrom);
|
|
kunmap_atomic(vfrom);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#endif
|
|
|
|
+
|
|
#endif /* _LINUX_HIGHMEM_H */
|
|
#endif /* _LINUX_HIGHMEM_H */
|