Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118301
b: refs/heads/master
c: 42c0202
h: refs/heads/master
i:
  118299: c6c6f01
v: v3
  • Loading branch information
Linus Torvalds committed Nov 1, 2008
1 parent 76f9dbf commit 0b74ee9
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: cdce1f0931831cebfbeb811a266a2f4adf5c8a35
refs/heads/master: 42c0202363194007a1ac377d047a95aa39246eb0
2 changes: 1 addition & 1 deletion trunk/kernel/resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ static void __init __reserve_region_with_split(struct resource *root,
{
struct resource *parent = root;
struct resource *conflict;
struct resource *res = kzalloc(sizeof(*res), GFP_KERNEL);
struct resource *res = kzalloc(sizeof(*res), GFP_ATOMIC);

if (!res)
return;
Expand Down

0 comments on commit 0b74ee9

Please sign in to comment.