Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54199
b: refs/heads/master
c: 47bfdc0
h: refs/heads/master
i:
  54197: ec4d00f
  54195: 7e38b15
  54191: d4ea03e
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed May 7, 2007
1 parent 4407155 commit 3040896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 81819f0fc8285a2a5a921c019e3e3d7b6169d225
refs/heads/master: 47bfdc0d5a18a4b760ffb6a332932aaa5c0859e0
4 changes: 2 additions & 2 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@
SLAB_CACHE_DMA)

#ifndef ARCH_KMALLOC_MINALIGN
#define ARCH_KMALLOC_MINALIGN sizeof(void *)
#define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long)
#endif

#ifndef ARCH_SLAB_MINALIGN
#define ARCH_SLAB_MINALIGN sizeof(void *)
#define ARCH_SLAB_MINALIGN __alignof__(unsigned long long)
#endif

/* Internal SLUB flags */
Expand Down

0 comments on commit 3040896

Please sign in to comment.