Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186198
b: refs/heads/master
c: c475dab
h: refs/heads/master
v: v3
  • Loading branch information
Li Hong authored and Linus Torvalds committed Mar 6, 2010
1 parent ec3efb5 commit e54789a
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: f650316c8b80fe61a31b8b575405b37cbf170459
refs/heads/master: c475dab63ae798d81fb597a6a1859986b296d9d0
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,7 @@ static void free_hot_cold_page(struct page *page, int cold)
int migratetype;
int wasMlocked = __TestClearPageMlocked(page);

trace_mm_page_free_direct(page, 0);
kmemcheck_free_shadow(page, 0);

if (PageAnon(page))
Expand Down Expand Up @@ -1136,7 +1137,6 @@ static void free_hot_cold_page(struct page *page, int cold)

void free_hot_page(struct page *page)
{
trace_mm_page_free_direct(page, 0);
free_hot_cold_page(page, 0);
}

Expand Down

0 comments on commit e54789a

Please sign in to comment.