Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356599
b: refs/heads/master
c: d29bb97
h: refs/heads/master
i:
  356597: 1242954
  356595: 95a5b71
  356591: 6808835
v: v3
  • Loading branch information
Cody P Schafer authored and Linus Torvalds committed Feb 24, 2013
1 parent 334fc04 commit 9b85dd2
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: 2a6e3ebee2edcade56f836390a5f0c7b76ff5f9e
refs/heads/master: d29bb9782d22063892e28716cdb76a87d2876ddb
2 changes: 2 additions & 0 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ static inline void __free_one_page(struct page *page,
unsigned long uninitialized_var(buddy_idx);
struct page *buddy;

VM_BUG_ON(!zone_is_initialized(zone));

if (unlikely(PageCompound(page)))
if (unlikely(destroy_compound_page(page, order)))
return;
Expand Down

0 comments on commit 9b85dd2

Please sign in to comment.