]> git.karo-electronics.de Git - karo-tx-linux.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>
Fri, 8 Feb 2013 09:53:07 +0000 (09:53 +0000)
commit318ea93c6114881d07ba79083ebad248192ae491
treeb99c4c3b5bc5034475f611d5998fd1828b15cba9
parent1fd34d9b20e837a5b85469099f42a590d85522ed
mm: define VM_GROWSUP for CONFIG_METAG

Commit cc2383ec06be093789469852e1fe96e1148e9a2c ("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