mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
comment for why log_buf should NOT be static
This commit is contained in:
parent
5d0eea342e
commit
ce4630e8d0
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ static char rcsid[] = "$Id$";
|
|||
#include <stdarg.h>
|
||||
#include <smp/spinlock.h>
|
||||
|
||||
// KEEP THIS GLOBAL.
|
||||
// I need the address so I can watch it with the ARIUM hardware. RGM.
|
||||
char log_buf[1024];
|
||||
|
||||
/* printk's without a loglevel use this.. */
|
||||
|
|
Loading…
Add table
Reference in a new issue