[PATCH 5/5] proc: export more page flags in /proc/kpageflags
Andrew Morton
akpm at linux-foundation.org
Wed Apr 29 14:50:50 EST 2009
On Tue, 28 Apr 2009 23:41:52 -0500 Nathan Lynch <ntl at pobox.com> wrote:
> > CONFIG_DEBUG_KERNEL being enabled in distro kernels effectively means
> >
> > #ifdef CONFIG_DEBUG_KERNEL == #if 1
> >
> > as the following patch demos. Now it becomes obviously silly.
>
> Sure, #if 1 is usually silly. But if the point is that DEBUG_KERNEL is
> not supposed to directly affect code generation, then I see two options
> for powerpc:
>
> - remove the #ifdef CONFIG_DEBUG_KERNEL guards from
> arch/powerpc/kernel/sysfs.c, unconditionally enabling the hid/ima
> sysfs attributes, or
>
> - define a new config symbol which governs whether those attributes are
> enabled, and make it depend on DEBUG_KERNEL
yup.
More information about the Linuxppc-dev
mailing list