git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f11b71e
)
sh: Default to 4-byte alignment for SLUB objects.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 4 Jun 2007 06:46:56 +0000
(15:46 +0900)
committer
Paul Mundt
<lethal@hera.kernel.org>
Fri, 8 Jun 2007 02:43:48 +0000
(
02:43
+0000)
Slub currently defaults to 8-byte alignment for the kmalloc
and slab minalign values, where 4 will suffice. In the slab
case BYTES_PER_WORD == 4 already, so defining the minalign
values outright doesn't cause any regressions there either.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found