Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 904
b: refs/heads/master
c: 7223a93
h: refs/heads/master
v: v3
  • Loading branch information
Dean Nelson authored and Tony Luck committed May 3, 2005
1 parent 979daf9 commit 911f39e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2e34f07ff0c944399a6456e2d91cf0ca1d9a497c
refs/heads/master: 7223a93a5321f84337647aef62ef947afd8df41a
2 changes: 2 additions & 0 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
* initializer cleaner
*/
nodemask_t node_online_map = { { [0] = 1UL } };
EXPORT_SYMBOL(node_online_map);
nodemask_t node_possible_map = NODE_MASK_ALL;
EXPORT_SYMBOL(node_possible_map);
struct pglist_data *pgdat_list;
unsigned long totalram_pages;
unsigned long totalhigh_pages;
Expand Down

0 comments on commit 911f39e

Please sign in to comment.