Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138698
b: refs/heads/master
c: c77a3b5
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Ingo Molnar committed Mar 6, 2009
1 parent 0ce16ca commit a2db493
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: d1a8e7792047f7dca7eb5759250e2c12800bf262
refs/heads/master: c77a3b59c624454c501cbfa1a3611d5a00bf9532
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ unsigned long __init_refok init_memory_mapping(unsigned long start,
{
unsigned long page_size_mask = 0;
unsigned long start_pfn, end_pfn;
unsigned long ret = 0;
unsigned long pos;
unsigned long ret;

struct map_range mr[NR_RANGE_MR];
int nr_range, i;
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/x86/mm/memtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ static int __init parse_memtest(char *arg)
{
if (arg)
memtest_pattern = simple_strtoul(arg, NULL, 0);
else
memtest_pattern = ARRAY_SIZE(patterns);

return 0;
}

Expand Down

0 comments on commit a2db493

Please sign in to comment.