Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34604
b: refs/heads/master
c: f034b5d
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 22, 2006
1 parent c6fb357 commit d785bff
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 55 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: 8f126e37c0b250310a48a609bedf92a19a5559ec
refs/heads/master: f034b5d4efdfe0fb9e2a1ce1d95fa7914f24de49
2 changes: 1 addition & 1 deletion trunk/include/linux/bootmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ extern void *__init alloc_large_system_hash(const char *tablename,
#else
#define HASHDIST_DEFAULT 0
#endif
extern int __initdata hashdist; /* Distribute hashes across NUMA nodes? */
extern int hashdist; /* Distribute hashes across NUMA nodes? */


#endif /* _LINUX_BOOTMEM_H */
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@ int percpu_pagelist_fraction_sysctl_handler(ctl_table *table, int write,
return 0;
}

__initdata int hashdist = HASHDIST_DEFAULT;
int hashdist = HASHDIST_DEFAULT;

#ifdef CONFIG_NUMA
static int __init set_hashdist(char *str)
Expand Down
Loading

0 comments on commit d785bff

Please sign in to comment.