Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138735
b: refs/heads/master
c: dc9dd5c
h: refs/heads/master
i:
  138733: bc20a45
  138731: f3380f5
  138727: cf6f084
  138719: 740be68
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Mar 13, 2009
1 parent 74aacd1 commit b425fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 13c6c53282d99c82e79b02477efd2c1e30a991ef
refs/heads/master: dc9dd5cc854cde110d2421f3a11fec7597e059c1
6 changes: 3 additions & 3 deletions trunk/arch/x86/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ struct map_range {
#define NR_RANGE_MR 5
#endif

static int save_mr(struct map_range *mr, int nr_range,
unsigned long start_pfn, unsigned long end_pfn,
unsigned long page_size_mask)
static int __meminit save_mr(struct map_range *mr, int nr_range,
unsigned long start_pfn, unsigned long end_pfn,
unsigned long page_size_mask)
{
if (start_pfn < end_pfn) {
if (nr_range >= NR_RANGE_MR)
Expand Down

0 comments on commit b425fe7

Please sign in to comment.