Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53783
b: refs/heads/master
c: e073ae1
h: refs/heads/master
i:
  53781: 9755bcf
  53779: 372f9e1
  53775: 75194d5
v: v3
  • Loading branch information
Ravikiran G Thirumalai authored and Andi Kleen committed May 2, 2007
1 parent ba22fbf commit 9799e3a
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: d039c688c6b3e7217381d2804bc0ca3171913fec
refs/heads/master: e073ae1b34d5600ffc550407625dcb2d4cf46c6e
4 changes: 2 additions & 2 deletions trunk/include/linux/bootmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ extern void *alloc_large_system_hash(const char *tablename,
#define HASH_EARLY 0x00000001 /* Allocating during early boot? */

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

0 comments on commit 9799e3a

Please sign in to comment.