commit | 82dd14a510caf192c90e764f36bf424d647b5376 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon May 17 10:10:01 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon May 17 10:10:01 2010 +0200 |
tree | 22c0c07c49820118decb2d50186a19c9cc3dce5e | |
parent | ef215558fa261d0aeb653ea49efebcf2811d59a3 [diff] [blame] |
ash: use CONFIG_FEATURE_EDITING_MAX_LEN Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/init/bootchartd.c b/init/bootchartd.c index 9faf14d..d1f9ed3 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c
@@ -57,7 +57,7 @@ /* Globals */ struct globals { - char jiffy_line[sizeof(bb_common_bufsiz1)]; + char jiffy_line[COMMON_BUFSIZE]; } FIX_ALIASING; #define G (*(struct globals*)&bb_common_bufsiz1) #define INIT_G() do { } while (0)