]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bootmem: remove not implemented function call, bootmem_arch_preferred_node()
authorJoonsoo Kim <js1304@gmail.com>
Thu, 29 Nov 2012 03:17:30 +0000 (14:17 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:12 +0000 (16:23 +1100)
commitd5688b72d4417600d5eb9ffc29d1ac3aacad8f31
tree778c37c2697e981980577c29f1eeff9d476ed5c5
parentec9dd9b7c978291ffc206ff18138329d25ffbd75
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>
mm/bootmem.c