diff --git a/[refs] b/[refs] index 9dca772834b9..4a93b3297cc0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1e57372eaccdd5959b8ae00bf99aa10d330f207d +refs/heads/master: 9ca52ed979b6b45ae480a5fc56d593efb3bf16e8 diff --git a/trunk/include/linux/mm.h b/trunk/include/linux/mm.h index 66e2f7c61e5c..44ac3dc363e7 100644 --- a/trunk/include/linux/mm.h +++ b/trunk/include/linux/mm.h @@ -114,6 +114,8 @@ extern unsigned int kobjsize(const void *objp); # define VM_SAO VM_ARCH_1 /* Strong Access Ordering (powerpc) */ #elif defined(CONFIG_PARISC) # define VM_GROWSUP VM_ARCH_1 +#elif defined(CONFIG_METAG) +# define VM_GROWSUP VM_ARCH_1 #elif defined(CONFIG_IA64) # define VM_GROWSUP VM_ARCH_1 #elif !defined(CONFIG_MMU)