comment for why log_buf should NOT be static

This commit is contained in:
Ronald G. Minnich 2001-08-29 16:23:51 +00:00
parent 5d0eea342e
commit ce4630e8d0

View file

@ -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.. */