Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42256
b: refs/heads/master
c: adaa3a7
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Paul Mackerras committed Dec 4, 2006
1 parent ff940eb commit ea21888
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: 4687522c0dba89f1f71aeb8cf08acc4e1ee87fda
refs/heads/master: adaa3a796282e2fa3bc48bc57bccd01ce891b8d2
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static int __init setup_kcore(void)
/* GFP_ATOMIC to avoid might_sleep warnings during boot */
kcore_mem = kmalloc(sizeof(struct kcore_list), GFP_ATOMIC);
if (!kcore_mem)
panic("mem_init: kmalloc failed\n");
panic("%s: kmalloc failed\n", __FUNCTION__);

kclist_add(kcore_mem, __va(base), size);
}
Expand Down

0 comments on commit ea21888

Please sign in to comment.