From: Masami Hiramatsu Date: Thu, 9 Apr 2009 17:55:33 +0000 (-0700) Subject: x86: fix set_fixmap to use phys_addr_t X-Git-Tag: v2.6.30-rc2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b3809ac5375f614bbf8671cddeae3c693aa584e;p=pandora-kernel.git x86: fix set_fixmap to use phys_addr_t 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 Cc: Ingo Molnar Acked-by: Mathieu Desnoyers Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed