Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95994
b: refs/heads/master
c: 6217984
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Ingo Molnar committed May 4, 2008
1 parent 7dd49f0 commit 02069ca
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: e26a28d190304d910ee49b81cbfe6d9241f56e86
refs/heads/master: 62179849b40aded9e727cca5006627a1c4d6446e
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void __init setup_per_cpu_areas(void)

/* Copy section for each CPU (we discard the original) */
size = PERCPU_ENOUGH_ROOM;
printk(KERN_INFO "PERCPU: Allocating %lu bytes of per cpu data\n",
printk(KERN_INFO "PERCPU: Allocating %zd bytes of per cpu data\n",
size);

for_each_possible_cpu(i) {
Expand Down

0 comments on commit 02069ca

Please sign in to comment.