Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98039
b: refs/heads/master
c: eb53e9f
h: refs/heads/master
i:
  98037: 2163f6f
  98035: 8f82773
  98031: 06819f0
v: v3
  • Loading branch information
David Howells authored and Ingo Molnar committed Jun 12, 2008
1 parent ccee33d commit 2b45147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e32e58a96de4ac35a03349db2ab69f263ded958f
refs/heads/master: eb53e9f3ea859a6d59c37b500593b970aa8562e6
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ early_param("memtest", parse_memtest);

static void __init early_memtest(unsigned long start, unsigned long end)
{
u64 t_start, t_size;
unsigned long t_start, t_size;
unsigned pattern;

if (!memtest_pattern)
Expand All @@ -525,7 +525,7 @@ static void __init early_memtest(unsigned long start, unsigned long end)
if (t_start + t_size > end)
t_size = end - t_start;

printk(KERN_CONT "\n %016llx - %016llx pattern %d",
printk(KERN_CONT "\n %016lx - %016lx pattern %d",
t_start, t_start + t_size, pattern);

memtest(t_start, t_size, pattern);
Expand Down

0 comments on commit 2b45147

Please sign in to comment.