git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62b8e68
)
x86: fix set_fixmap to use phys_addr_t
author
Masami Hiramatsu
<mhiramat@redhat.com>
Thu, 9 Apr 2009 17:55:33 +0000
(10:55 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 9 Apr 2009 23:41:45 +0000
(16:41 -0700)
Use phys_addr_t for receiving a physical address argument instead of
unsigned long. This allows fixmap to handle pages higher than 4GB on
x86-32.
Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Acked-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found