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
Add a link
Reference in a new issue