[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200812312356.32617.rusty@rustcorp.com.au>
Date: Wed, 31 Dec 2008 23:56:31 +1030
From: Rusty Russell <rusty@...tcorp.com.au>
To: Li Zefan <lizf@...fujitsu.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Ingo Molnar <mingo@...e.hu>, Mike Travis <travis@....com>,
Paul Menage <menage@...gle.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 0/6] cpuset: convert to new cpumask API
On Wednesday 31 December 2008 19:04:46 Li Zefan wrote:
> This patchset converts cpuset to use new cpumask API, and thus
> remove on stack cpumask_t to reduce stack usage.
>
> Before:
> # cat kernel/cpuset.c include/linux/cpuset.h | grep -c cpumask_t
> 21
> After:
> # cat kernel/cpuset.c include/linux/cpuset.h | grep -c cpumask_t
> 0
>
> The patchset is based on mmotm 2008-12-30-16-05.
Wow, thanks!
Rusty.
--
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