Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96532
b: refs/heads/master
c: afc8534
h: refs/heads/master
v: v3
  • Loading branch information
Pranith Kumar authored and Ingo Molnar committed May 13, 2008
1 parent 76e9ecd commit f4ee712
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: 89804c022fe32541f5dd40a69e48ff4678d9ad24
refs/heads/master: afc85343807bc2c488b7372cd7547875dfe03fe5
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/pat.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ int phys_mem_access_prot_allowed(struct file *file, unsigned long pfn,
"%s:%d /dev/mem ioremap_change_attr failed %s for %Lx-%Lx\n",
current->comm, current->pid,
cattr_name(flags),
offset, offset + size);
offset, (unsigned long long)(offset + size));
return 0;
}

Expand All @@ -576,7 +576,7 @@ void map_devmem(unsigned long pfn, unsigned long size, pgprot_t vma_prot)
"%s:%d /dev/mem expected mapping type %s for %Lx-%Lx, got %s\n",
current->comm, current->pid,
cattr_name(want_flags),
addr, addr + size,
addr, (unsigned long long)(addr + size),
cattr_name(flags));
}
}
Expand Down

0 comments on commit f4ee712

Please sign in to comment.