Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259512
b: refs/heads/master
c: 408093d
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jun 9, 2011
1 parent 7f66dd8 commit 858d1de
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: 5ad7b85b90e30eb5af4fbf6ce21907a2bd8934df
refs/heads/master: 408093d2a1724ea4c8518bd2bfee166132a6cbfa
4 changes: 4 additions & 0 deletions trunk/drivers/staging/comedi/drivers.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,11 @@ int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s,
}
if (i == n_pages) {
async->prealloc_buf =
#ifdef PAGE_KERNEL_NOCACHE
vmap(pages, n_pages, VM_MAP, PAGE_KERNEL_NOCACHE);
#else
vmap(pages, n_pages, VM_MAP, PAGE_KERNEL);
#endif
}
vfree(pages);

Expand Down

0 comments on commit 858d1de

Please sign in to comment.