]> Git Repo - J-u-boot.git/commit
log: move processing_msg to global data
authorHeinrich Schuchardt <[email protected]>
Sat, 17 Oct 2020 12:31:57 +0000 (14:31 +0200)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
common/log.c
include/asm-generic/global_data.h
This page took 0.033465 seconds and 4 git commands to generate.