Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97267
b: refs/heads/master
c: cd94b9d
h: refs/heads/master
i:
  97265: 92e2e78
  97263: 3246c55
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed May 24, 2008
1 parent c8779b7 commit 4a9e68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7eb54824b76793dd86afb54f182ef9aa64b3a45a
refs/heads/master: cd94b9dbfa300fc42e45f230010623fc08d59563
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2807,7 +2807,7 @@ int zone_wait_table_init(struct zone *zone, unsigned long zone_size_pages)
alloc_size = zone->wait_table_hash_nr_entries
* sizeof(wait_queue_head_t);

if (system_state == SYSTEM_BOOTING) {
if (!slab_is_available()) {
zone->wait_table = (wait_queue_head_t *)
alloc_bootmem_node(pgdat, alloc_size);
} else {
Expand Down

0 comments on commit 4a9e68b

Please sign in to comment.