Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118202
b: refs/heads/master
c: fe8b868
h: refs/heads/master
v: v3
  • Loading branch information
Gary Hade authored and Ingo Molnar committed Oct 29, 2008
1 parent 176f902 commit b2eabed
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: 1d6cf1feb854c53c6d59e0d879603692b379e208
refs/heads/master: fe8b868eccb9f85a0e231e35f0abac5b39bac801
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ int arch_add_memory(int nid, u64 start, u64 size)
max_pfn_mapped = last_mapped_pfn;

ret = __add_pages(zone, start_pfn, nr_pages);
WARN_ON(1);
WARN_ON_ONCE(ret);

return ret;
}
Expand Down

0 comments on commit b2eabed

Please sign in to comment.