[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <849.1207840003@redhat.com>
Date: Thu, 10 Apr 2008 16:06:43 +0100
From: David Howells <dhowells@...hat.com>
To: unlisted-recipients:; (no To-header on input)
Cc: dhowells@...hat.com, torvalds@...l.org, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/5] FRV: Handle update_mmu_cache() being called when current->mm is NULL
David Howells <dhowells@...hat.com> wrote:
> --- a/Makefile
> +++ b/Makefile
> @@ -501,11 +501,12 @@ endif # $(dot-config)
> # Defaults vmlinux but it is usually overridden in the arch makefile
> all: vmlinux
>
> -ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
> -KBUILD_CFLAGS += -Os
> -else
> -KBUILD_CFLAGS += -O2
> -endif
> +#ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
> +#KBUILD_CFLAGS += -Os
> +#else
> +#KBUILD_CFLAGS += -O2
> +#endif
> +KBUILD_CFLAGS += -O1
Oops. Don't use this patch. I forgot to delete this bit.
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists