Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44553
b: refs/heads/master
c: 77fff4a
h: refs/heads/master
i:
  44551: f65230b
v: v3
  • Loading branch information
Atsushi Nemoto authored and Linus Torvalds committed Dec 13, 2006
1 parent 786a5a8 commit 43a2d97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1fb8cacc19dfe408a5dd758235561c58cadea174
refs/heads/master: 77fff4ae2b7bba6d66a8287d9ab948e2b6c16145
4 changes: 4 additions & 0 deletions trunk/include/linux/highmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ static inline void memclear_highpage_flush(struct page *page, unsigned int offse
kunmap_atomic(kaddr, KM_USER0);
}

#ifndef __HAVE_ARCH_COPY_USER_HIGHPAGE

static inline void copy_user_highpage(struct page *to, struct page *from, unsigned long vaddr)
{
char *vfrom, *vto;
Expand All @@ -109,6 +111,8 @@ static inline void copy_user_highpage(struct page *to, struct page *from, unsign
smp_wmb();
}

#endif

static inline void copy_highpage(struct page *to, struct page *from)
{
char *vfrom, *vto;
Expand Down

0 comments on commit 43a2d97

Please sign in to comment.