--- zzzz-none-000/linux-5.15.111/kernel/printk/internal.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/kernel/printk/internal.h 2024-02-07 10:23:28.000000000 +0000 @@ -10,6 +10,7 @@ enum printk_info_flags { LOG_NEWLINE = 2, /* text ended with a newline */ LOG_CONT = 8, /* text is a fragment of a continuation line */ + LOG_PRINTK_AVM = 16, /* AVM debug messages */ }; __printf(4, 0)