log: move processing_msg to global data
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 17 Oct 2020 12:31:57 +0000 (14:31 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 27 Oct 2020 17:50:53 +0000 (13:50 -0400)
commit993a06b6144d54ae2ad83cc25c18acb9d1720ad0
treee62aa87d0f033449d3d182edb4ad328c4c1a847a
parent986c980c8250849d9394fdf377a3de75edb11888
log: move processing_msg to global data

Replace the static variable processing_msg by a field in the global data.
Make the field bool at it can only be true or false.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/log.c
include/asm-generic/global_data.h