bootmem: remove not implemented function call, bootmem_arch_preferred_node()
authorJoonsoo Kim <js1304@gmail.com>
Wed, 12 Dec 2012 21:50:42 +0000 (13:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Dec 2012 01:38:30 +0000 (17:38 -0800)
commit2d7a695604556913d9ef1ead47881b804d6c52b4
tree05685ea8ebf8c0dd14d1d6ec2d3b72df66c82810
parent9977d9b379cb77e0f67bd6f4563618106e58e11d
bootmem: remove not implemented function call, bootmem_arch_preferred_node()

There is no implementation of bootmem_arch_preferred_node() and a call to
this function will cause a compilation error.  So remove it.

Signed-off-by: Joonsoo Kim <js1304@gmail.com>
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/bootmem.c