Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63837
b: refs/heads/master
c: ac07860
h: refs/heads/master
i:
  63835: 1dab66b
v: v3
  • Loading branch information
Jesper Juhl authored and Christoph Lameter committed Aug 10, 2007
1 parent 38a1be3 commit 8d0e61b
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: 1ceef40249f21eceabf8633934d94962e7d8e1d7
refs/heads/master: ac07860264bd2b18834d3fa3be47032115524cea
2 changes: 1 addition & 1 deletion trunk/Documentation/vm/slabinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ void report(struct slabinfo *s)
if (strcmp(s->name, "*") == 0)
return;

printf("\nSlabcache: %-20s Aliases: %2d Order : %2d Objects: %d\n",
printf("\nSlabcache: %-20s Aliases: %2d Order : %2d Objects: %lu\n",
s->name, s->aliases, s->order, s->objects);
if (s->hwcache_align)
printf("** Hardware cacheline aligned\n");
Expand Down

0 comments on commit 8d0e61b

Please sign in to comment.