Re: [PATCH 1/5] FRV: Handle update_mmu_cache() being called when current->mm is NULL

From: David Howells
Date: Thu Apr 10 2008 - 11:07:29 EST


David Howells <dhowells@xxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/