Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139157
b: refs/heads/master
c: c2fdf3a
h: refs/heads/master
i:
  139155: 97c800e
v: v3
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed Apr 1, 2009
1 parent 4e1e644 commit dd9bbe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 704503d836042d4a4c7685b7036e7de0418fbc0f
refs/heads/master: c2fdf3a9b2d52842808a8e551b53b55dd9b45030
6 changes: 3 additions & 3 deletions trunk/include/linux/bootmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ extern void *alloc_large_system_hash(const char *tablename,

#define HASH_EARLY 0x00000001 /* Allocating during early boot? */

/* Only NUMA needs hash distribution.
* IA64 and x86_64 have sufficient vmalloc space.
/* Only NUMA needs hash distribution. 64bit NUMA architectures have
* sufficient vmalloc space.
*/
#if defined(CONFIG_NUMA) && (defined(CONFIG_IA64) || defined(CONFIG_X86_64))
#if defined(CONFIG_NUMA) && defined(CONFIG_64BIT)
#define HASHDIST_DEFAULT 1
#else
#define HASHDIST_DEFAULT 0
Expand Down

0 comments on commit dd9bbe8

Please sign in to comment.