Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230743
b: refs/heads/master
c: 4e9f64c
h: refs/heads/master
i:
  230741: ba44ef0
  230739: 1c7663e
  230735: 1b3c263
v: v3
  • Loading branch information
Andrea Arcangeli authored and Linus Torvalds committed Jan 14, 2011
1 parent 318fb65 commit 6603367
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: ae52a2adb5afa5ac5ec5fb5c7b24777f84b6c926
refs/heads/master: 4e9f64c42d0ba5eb0c78569435ada4c224332ce4
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5618,7 +5618,7 @@ void dump_page(struct page *page)
{
printk(KERN_ALERT
"page:%p count:%d mapcount:%d mapping:%p index:%#lx\n",
page, page_count(page), page_mapcount(page),
page, atomic_read(&page->_count), page_mapcount(page),
page->mapping, page->index);
dump_page_flags(page->flags);
}

0 comments on commit 6603367

Please sign in to comment.