]> git.baikalelectronics.ru Git - kernel.git/commit
mm: define VM_GROWSUP for CONFIG_METAG
authorJames Hogan <james.hogan@imgtec.com>
Tue, 16 Oct 2012 09:16:14 +0000 (10:16 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Sat, 2 Mar 2013 20:09:53 +0000 (20:09 +0000)
commit01bb20b701024b6b869aede8783badca7854de32
treeebf6aa82302ad45b22b95f2e5163897c1b1d4db4
parent924a15a167f8f5f23b1e8666e794c2e711e501d4
mm: define VM_GROWSUP for CONFIG_METAG

Commit af162266ae36597d1f597771c0ed4393ccd95668 ("mm: introduce
arch-specific vma flag VM_ARCH_1") merged in v3.7-rc1.

The above commit combined several arch-specific vma flags into one, and
in the process it changed the VM_GROWSUP definition to depend on
specific architectures rather than CONFIG_STACK_GROWSUP. Therefore add
an ifdef for CONFIG_METAG to also set VM_GROWSUP.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Michel Lespinasse <walken@google.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: linux-mm@kvack.org
include/linux/mm.h