commit | b64b64361413808bee8e6213095e2e3a18b3358f | [log] [tgz] |
---|---|---|
author | Tsuneo Saito <tsnsaito@gmail.com> | Fri Jul 22 00:16:30 2011 +0900 |
committer | Blue Swirl <blauwirbel@gmail.com> | Thu Jul 21 19:59:56 2011 +0000 |
tree | 95da8f5f01383bddd89f0db41fdfacee5f291451 | |
parent | 321365ab1734cb151090fc0b5a7bef3b97807115 [diff] |
SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault() This patch makes cpu_get_phys_page_debug() independent from cpu_get_phys_page_nofault() in advance of implementing nonfaulting load. This also modifies cpu_get_phys_page_nofault() to be compiled only on TARGET_SPARC64 because it is not required on SPARC32. Signed-off-by: Tsuneo Saito <tsnsaito@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>