lmb: rename to memblock
via following scripts FILES=$(find * -type f | grep -vE 'oprofile|[^K]config') sed -i \ -e 's/lmb/memblock/g' \ -e 's/LMB/MEMBLOCK/g' \ $FILES for N in $(find . -name lmb.[ch]); do M=$(echo $N | sed 's/lmb/memblock/g') mv $N $M done and remove some wrong change like lmbench and dlmb etc. also move memblock.c from lib/ to mm/ Suggested-by: Ingo Molnar <mingo@elte.hu> Acked-by: "H. Peter Anvin" <hpa@zytor.com> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
committed by
Benjamin Herrenschmidt
parent
1c5474a65b
commit
95f72d1ed4
@@ -24,7 +24,7 @@
|
||||
#include <linux/fs.h>
|
||||
#include <linux/syscalls.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <linux/lmb.h>
|
||||
#include <linux/memblock.h>
|
||||
#include <linux/of.h>
|
||||
#include <linux/slab.h>
|
||||
|
||||
@@ -723,7 +723,7 @@ static void os_area_queue_work(void)
|
||||
* flash to a high address in the boot memory region and then puts that RAM
|
||||
* address and the byte count into the repository for retrieval by the guest.
|
||||
* We copy the data we want into a static variable and allow the memory setup
|
||||
* by the HV to be claimed by the lmb manager.
|
||||
* by the HV to be claimed by the memblock manager.
|
||||
*
|
||||
* The os area mirror will not be available to a second stage kernel, and
|
||||
* the header verify will fail. In this case, the saved_params values will
|
||||
|
Reference in New Issue
Block a user