Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165714
b: refs/heads/master
c: 9e5f113
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Sep 24, 2009
1 parent 1e3cb49 commit 95f3dcf
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f8679af874b604db78d59d2a0a873a7f3d542842
refs/heads/master: 9e5f1138d76e45b0ce56314ba0587e5942b55dcc
2 changes: 2 additions & 0 deletions trunk/drivers/misc/sgi-gru/grukservices.c
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,8 @@ static int quicktest1(unsigned long arg)

/* Need 1K cacheline aligned that does not cross page boundary */
p = kmalloc(4096, 0);
if (p == NULL)
return -ENOMEM;
mq = ALIGNUP(p, 1024);
memset(mes, 0xee, sizeof(mes));
dw = mq;
Expand Down

0 comments on commit 95f3dcf

Please sign in to comment.