x86/numa: Use __pa_nodebug() instead
authorBorislav Petkov <bp@suse.de>
Sun, 27 Jan 2013 00:18:21 +0000 (01:18 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 31 Jan 2013 10:40:55 +0000 (11:40 +0100)
commit1e9209edc71b851d81f0316ca03a0e6335c0ef9a
tree6fab51c75a9adc7f965b724a7039d4f308927252
parent5dfd486c4750c9278c63fa96e6e85bdd2fb58e9d
x86/numa: Use __pa_nodebug() instead

... and fix the following warning:

  arch/x86/mm/numa.c: In function ‘setup_node_data’:
  arch/x86/mm/numa.c:222:3: warning: passing argument 1 of ‘__phys_addr_nodebug’ makes integer from pointer without a cast

Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Dave Hansen <dave@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/1359245901-8512-1-git-send-email-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/mm/numa.c