Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94028
b: refs/heads/master
c: 122c7a5
h: refs/heads/master
v: v3
  • Loading branch information
Ken'ichi Ohmichi authored and Linus Torvalds committed Apr 28, 2008
1 parent 6cc2ad3 commit c5aeb8b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a08cb629f546d1cecebe955392197f226e58dbe1
refs/heads/master: 122c7a59055c77434118d7dd4dff4b625d4a2c15
3 changes: 3 additions & 0 deletions trunk/kernel/kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,9 @@ static int __init crash_save_vmcoreinfo_init(void)
VMCOREINFO_LENGTH(zone.free_area, MAX_ORDER);
VMCOREINFO_LENGTH(free_area.free_list, MIGRATE_TYPES);
VMCOREINFO_NUMBER(NR_FREE_PAGES);
VMCOREINFO_NUMBER(PG_lru);
VMCOREINFO_NUMBER(PG_private);
VMCOREINFO_NUMBER(PG_swapcache);

arch_crash_save_vmcoreinfo();

Expand Down

0 comments on commit c5aeb8b

Please sign in to comment.