mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
To: LKML <linux-kernel@vger.kernel.org>,
	linux-mm <linux-mm@kvack.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Hugh Dickins <hughd@google.com>
Cc: kosaki.motohiro@jp.fujitsu.com
Subject: [PATCH 0/3] convert mm->cpu_vm_mask into cpumask_var_t
Date: Mon, 18 Apr 2011 21:14:04 +0900 (JST)	[thread overview]
Message-ID: <20110418211455.9359.A69D9226@jp.fujitsu.com> (raw)

Recently, I and Hugh discussed about size of mm_struct. And then, I decided
to spend some time to diet it.

Unfortunately, We don't finished to convert cpumask_size() into full
nr_cpu_ids-ism. then, We can't get full benefit of cpumask_var_t yet.
However I expect it will be solved in this or next year.


KOSAKI Motohiro (3):
  mn10300: replace mm->cpu_vm_mask with mm_cpumask
  tile: replace mm->cpu_vm_mask with mm_cpumask()
  mm: convert mm->cpu_vm_cpumask into cpumask_var_t

 Documentation/cachetlb.txt          |    2 +-
 arch/mn10300/kernel/smp.c           |    2 +-
 arch/mn10300/mm/tlb-smp.c           |    6 ++--
 arch/tile/include/asm/mmu_context.h |    4 +-
 arch/tile/kernel/tlb.c              |   12 +++++-----
 include/linux/mm_types.h            |    9 +++++--
 include/linux/sched.h               |    1 +
 init/main.c                         |    2 +
 kernel/fork.c                       |   37 ++++++++++++++++++++++++++++++++--
 mm/init-mm.c                        |    1 -
 10 files changed, 56 insertions(+), 20 deletions(-)

-- 
1.7.3.1




             reply	other threads:[~2011-04-18 12:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-18 12:14 KOSAKI Motohiro [this message]
2011-04-18 12:15 ` [PATCH 1/3] mn10300: replace mm->cpu_vm_mask with mm_cpumask KOSAKI Motohiro
2011-04-18 12:18 ` [PATCH 2/3] tile: replace mm->cpu_vm_mask with mm_cpumask() KOSAKI Motohiro
2011-04-18 13:08   ` Chris Metcalf
2011-04-19  0:09     ` KOSAKI Motohiro
2011-04-18 12:18 ` [PATCH 3/3] mm: convert mm->cpu_vm_cpumask into cpumask_var_t KOSAKI Motohiro
2011-04-19  0:19   ` KOSAKI Motohiro

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=20110418211455.9359.A69D9226@jp.fujitsu.com \
    --to=kosaki.motohiro@jp.fujitsu.com \
    --cc=akpm@linux-foundation.org \
    --cc=hughd@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome