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~74^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b987aeb4a7bc42a3eb8361030b820b0263c31f1;p=pandora-kernel.git x86: fix set_fixmap to use phys_addr_t Impact: fix kprobes crash on 32-bit with RAM above 4G 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 Acked-by: Mathieu Desnoyers Cc: Andrew Morton Cc: Ananth N Mavinakayanahalli Cc: systemtap-ml Cc: Gary Hade Cc: Linus Torvalds LKML-Reference: <49DE3695.6040800@redhat.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed