Skip to content

Commit

Permalink
Increase printk() queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed May 19, 2024
1 parent 0e1feb0 commit bbfa5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "kconfig.h"

#define PRINTK_QUEUE_SIZE 10
#define PRINTK_QUEUE_SIZE 20

struct printk_data {
struct list_head list;
Expand Down

0 comments on commit bbfa5f0

Please sign in to comment.