Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39504
b: refs/heads/master
c: 833abf7
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Oct 10, 2006
1 parent b0f0eb0 commit 4ff24a1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0f13804ae9d894c1fbd90bde38ae2aa0f01b0edd
refs/heads/master: 833abf7fe011c3dfe9bcab405856b73deab17062
1 change: 1 addition & 0 deletions trunk/arch/sh/mm/consistent.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ void *consistent_alloc(gfp_t gfp, size_t size, dma_addr_t *handle)
split_page(page, order);

ret = page_address(page);
memset(ret, 0, size);
*handle = virt_to_phys(ret);

/*
Expand Down

0 comments on commit 4ff24a1

Please sign in to comment.