Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135879
b: refs/heads/master
c: 51735a7
h: refs/heads/master
i:
  135877: 24d1520
  135875: 76306d1
  135871: 145d7ae
v: v3
  • Loading branch information
Pekka Enberg committed Feb 20, 2009
1 parent 74829fb commit fab1ff7
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: ffadd4d0feb5376c82dc3a4104731b7ce2794edc
refs/heads/master: 51735a7ca67531267a27b57e5fe20f7815192f9c
4 changes: 2 additions & 2 deletions trunk/include/linux/slub_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ struct kmem_cache {
* This should be dropped to PAGE_SIZE / 2 once the page allocator
* "fastpath" becomes competitive with the slab allocator fastpaths.
*/
#define SLUB_MAX_SIZE (PAGE_SIZE)
#define SLUB_MAX_SIZE (2 * PAGE_SIZE)

#define SLUB_PAGE_SHIFT (PAGE_SHIFT + 1)
#define SLUB_PAGE_SHIFT (PAGE_SHIFT + 2)

/*
* We keep the general caches in an array of slab caches that are used for
Expand Down

0 comments on commit fab1ff7

Please sign in to comment.