From ce4630e8d002b38aec0cc3a42ecdf314f8317856 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 29 Aug 2001 16:23:51 +0000 Subject: [PATCH] comment for why log_buf should NOT be static --- src/lib/printk.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/printk.c b/src/lib/printk.c index 06349a3011..906845cb42 100644 --- a/src/lib/printk.c +++ b/src/lib/printk.c @@ -14,6 +14,8 @@ static char rcsid[] = "$Id$"; #include #include +// 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.. */