All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de,
	torvalds@osdl.org, arjan@infradead.org
Subject: Re: [patch 05/10] PI-futex: rt-mutex core
Date: Sat, 25 Mar 2006 21:35:51 -0800	[thread overview]
Message-ID: <20060325213551.3003c2f8.akpm@osdl.org> (raw)
In-Reply-To: <20060325184612.GF16724@elte.hu>

Ingo Molnar <mingo@elte.hu> wrote:
>
> --- linux-pi-futex.mm.q.orig/init/Kconfig
>  +++ linux-pi-futex.mm.q/init/Kconfig
>  @@ -361,9 +361,14 @@ config BASE_FULL
>   	  kernel data structures. This saves memory on small machines,
>   	  but may reduce performance.
>   
>  +config RT_MUTEXES
>  +	boolean
>  +	select PLIST
>  +
>   config FUTEX
>   	bool "Enable futex support" if EMBEDDED
>   	default y
>  +	select RT_MUTEXES
>   	help

We can't turn these things off unless we also turn off futexes.  There goes
another 8.7 kbytes...

  reply	other threads:[~2006-03-26  5:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-25 18:46 [patch 05/10] PI-futex: rt-mutex core Ingo Molnar
2006-03-26  5:35 ` Andrew Morton [this message]
2006-03-26 23:33   ` Ingo Molnar
2006-03-26  6:07 ` Andrew Morton
2006-03-26 16:03   ` [patch] PI-futex: -V2 Ingo Molnar
2006-03-26 19:16     ` Andrew Morton
2006-03-26 23:30       ` Ingo Molnar
2006-03-26 23:16     ` [patch] PI-futex: -V3 Ingo Molnar
2006-03-28 10:17       ` [patch-mm2] PI-futex: fix timeout race Thomas Gleixner
2006-03-31 19:14       ` [patch] PI-futex patchset: -V4 Ingo Molnar
2006-03-31 19:23         ` Ingo Molnar
2006-04-01  0:19         ` Peter Williams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060325213551.3003c2f8.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=arjan@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.