All of lore.kernel.org
 help / color / mirror / Atom feed
* get_user_pages_fast and sparc THP
@ 2013-02-06 14:20 Aneesh Kumar K.V
  0 siblings, 0 replies; only message in thread
From: Aneesh Kumar K.V @ 2013-02-06 14:20 UTC (permalink / raw)
  To: sparclinux


Hi Dave,

Don't we need to handle THP splitting condition in gup_pmd_range in case
of sparc ?. Other archs do have

		if (pmd_none(pmd) || pmd_trans_splitting(pmd))
			return 0;
		if (unlikely(pmd_large(pmd))) {
			if (!gup_huge_pmd(pmd, addr, next, write, pages, nr))
				return 0;

-aneesh


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-06 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 14:20 get_user_pages_fast and sparc THP Aneesh Kumar K.V

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.