Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207181
b: refs/heads/master
c: 1c689cb
h: refs/heads/master
i:
  207179: e58355a
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Chris Metcalf committed Jul 16, 2010
1 parent 3c022da commit 408da83
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: a2262d8a231e92742651859a10c9a4430a5e899a
refs/heads/master: 1c689cbcf2c2b7a35cd237abddd9206bb1b6fee1
2 changes: 2 additions & 0 deletions trunk/arch/tile/kernel/hardwall.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ static struct hardwall_info *hardwall_create(
/* Allocate a new rectangle optimistically. */
rect = kmalloc(sizeof(struct hardwall_info),
GFP_KERNEL | __GFP_ZERO);
if (rect == NULL)
return ERR_PTR(-ENOMEM);
INIT_LIST_HEAD(&rect->task_head);

/* Compute the rectangle size and validate that it's plausible. */
Expand Down

0 comments on commit 408da83

Please sign in to comment.