linux/tools/bootconfig
Masami Hiramatsu 80be5998ad tools/bootconfig: Define memblock_free_ptr() to fix build error
The lib/bootconfig.c file is shared with the 'bootconfig' tooling, and
as a result, the changes incommit 77e02cf57b ("memblock: introduce
saner 'memblock_free_ptr()' interface") need to also be reflected in the
tooling header file.

So define the new memblock_free_ptr() wrapper, and remove unused __pa()
and memblock_free().

Fixes: 77e02cf57b ("memblock: introduce saner 'memblock_free_ptr()' interface")
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-09-15 09:49:48 -07:00
..
include/linux tools/bootconfig: Define memblock_free_ptr() to fix build error 2021-09-15 09:49:48 -07:00
samples
scripts tools/bootconfig: Fix tracing_on option checking in ftrace2bconf.sh 2021-09-08 15:10:41 -04:00
.gitignore
Makefile
main.c bootconfig: Fix missing return check of xbc_node_compose_key function 2021-09-08 15:28:50 -04:00
test-bootconfig.sh tools/bootconfig: Show whole test command for each test case 2021-09-08 15:29:16 -04:00