On Sat, Jun 21, 2008 at 10:34:23PM +0800, Huang Weiyi wrote:
> Removed duplicated include file in
> arch/um/os-Linux/helper.c.
Yup, I passed along a patch from Ingo without noticing that it had
already gone in.
Jeff
--
Work email - jdike at linux dot intel dot com
---
On Thu, Jun 26, 2008 at 04:50:51PM +0300, Benny Halevy wrote:
> -KBUILD_CFLAGS += $(call cc-option,-fno-unit-at-a-time,)
> +# Disable unit-at-a-time mode on pre-gcc-4.3 compilers, it makes gcc use
> +# a lot more stack due to the lack of sharing of stacklots:
> +# gcc 4.3.0 needs -funit-at-a-time f