diff options
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 66e2f7c61e5c..44ac3dc363e7 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -114,6 +114,8 @@ extern unsigned int kobjsize(const void *objp); | |||
114 | # define VM_SAO VM_ARCH_1 /* Strong Access Ordering (powerpc) */ | 114 | # define VM_SAO VM_ARCH_1 /* Strong Access Ordering (powerpc) */ |
115 | #elif defined(CONFIG_PARISC) | 115 | #elif defined(CONFIG_PARISC) |
116 | # define VM_GROWSUP VM_ARCH_1 | 116 | # define VM_GROWSUP VM_ARCH_1 |
117 | #elif defined(CONFIG_METAG) | ||
118 | # define VM_GROWSUP VM_ARCH_1 | ||
117 | #elif defined(CONFIG_IA64) | 119 | #elif defined(CONFIG_IA64) |
118 | # define VM_GROWSUP VM_ARCH_1 | 120 | # define VM_GROWSUP VM_ARCH_1 |
119 | #elif !defined(CONFIG_MMU) | 121 | #elif !defined(CONFIG_MMU) |