Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199743
b: refs/heads/master
c: b3831cb
h: refs/heads/master
i:
  199741: 474ebd1
  199739: 3111e78
  199735: 75e02c6
  199727: 9155476
  199711: b798980
  199679: 813dfd2
v: v3
  • Loading branch information
Ian Campbell committed Jun 3, 2010
1 parent 838496a commit c21a879
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: cd52e17ea8278f8449b6174a8e5ed439a2e44ffb
refs/heads/master: b3831cb55d383e8eb55d3b56c715fb48459b87c9
2 changes: 1 addition & 1 deletion trunk/drivers/xen/xenbus/xenbus_xs.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ int xenbus_printf(struct xenbus_transaction t,
#define PRINTF_BUFFER_SIZE 4096
char *printf_buffer;

printf_buffer = kmalloc(PRINTF_BUFFER_SIZE, GFP_KERNEL);
printf_buffer = kmalloc(PRINTF_BUFFER_SIZE, GFP_NOIO | __GFP_HIGH);
if (printf_buffer == NULL)
return -ENOMEM;

Expand Down

0 comments on commit c21a879

Please sign in to comment.