Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2466
b: refs/heads/master
c: 7c2f3fd
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Jun 22, 2005
1 parent 46712b3 commit d66b286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 334795eca421287c41c257992027d29659dc0f97
refs/heads/master: 7c2f3fda5666c280bcd00ac3b86963270b23e796
2 changes: 1 addition & 1 deletion trunk/sound/oss/rme96xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ static void* busmaster_malloc(int size) {
struct page* page, *last_page;

page = virt_to_page(buf);
last_page = virt_to_page(buf + (1 << pg));
last_page = page + (1 << pg);
DBG(printk("setting reserved bit\n"));
while (page < last_page) {
SetPageReserved(page);
Expand Down

0 comments on commit d66b286

Please sign in to comment.