From b62706c9f2ceed65394457ae9b131996a2b29463 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Fri, 24 Sep 2021 14:20:20 -0500 Subject: palloc/pfree found smp safe --- src/kernel/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/printf.c') diff --git a/src/kernel/printf.c b/src/kernel/printf.c index 62261ec..8e33981 100644 --- a/src/kernel/printf.c +++ b/src/kernel/printf.c @@ -873,7 +873,7 @@ static int _vsnprintf(out_fct_type out, char* buffer, const size_t maxlen, const /////////////////////////////////////////////////////////////////////////////// -static uint8_t printf_lock = 0; +static uint16_t printf_lock = 0; int printf_(const char* format, ...) { //BRETT modification -- cgit v1.2.3