[PATCH] ppc64: remove hidden -fno-omit-frame-pointer for schedule.c
Andrew Morton
akpm at osdl.org
Sun May 1 19:37:59 EST 2005
Anton Blanchard <anton at samba.org> wrote:
>
> --- linux-2.6.12-rc2.orig/kernel/Makefile 2005-04-19 13:37:40.599016667 +1000
> +++ linux-2.6.12-rc2/kernel/Makefile 2005-05-01 05:48:00.689299680 +1000
> @@ -33,6 +33,7 @@
> obj-$(CONFIG_SECCOMP) += seccomp.o
>
> ifneq ($(CONFIG_IA64),y)
> +ifneq ($(CONFIG_PPC64),y)
Could we please use a new CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER, define
that in the arch's Kconfig?
(is that a triple negative I see?)
More information about the Linuxppc64-dev
mailing list