| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | COMMAND_LINE_SIZE and CONFIG_FRAME_WARN |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Sat, 07 Nov 2009 01:08:39 +0900 (JST) |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Recently COMMAND_LINE_SIZE (CL_SIZE) was extended to 4096 from 512. (commit 22242681 "MIPS: Extend COMMAND_LINE_SIZE") This cause warning if something like buf[CL_SIZE] was declared as a local variable, for example in prom_init_cmdline() on some platforms. And since many Makefiles in arch/mips enables -Werror, this cause build failure. How can we avoid this error? - do not use local array? (but dynamic allocation cannot be used in such an early stage. static array?) - are there any way to disable -Wframe-larger-than for the file or function? - make COMMAND_LINE_SIZE customizable? - use non default CONFIG_FRAME_WARN? Any comments or suggestions? --- Atsushi Nemoto |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH -queue 2/2] [loongson] oprofile: avoid do_IRQ for perfcounter when the interrupt is from bonito, Ralf Baechle |
|---|---|
| Next by Date: | Re: COMMAND_LINE_SIZE and CONFIG_FRAME_WARN, Atsushi Nemoto |
| Previous by Thread: | [PATCH -queue v1 0/7] support for lemote loongson2f machines, Wu Zhangjin |
| Next by Thread: | Re: COMMAND_LINE_SIZE and CONFIG_FRAME_WARN, Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |