diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mm.h | 2 | ||||
-rw-r--r-- | include/linux/sysctl.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index a929ea197e48..ff1fa87df8d0 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1065,5 +1065,7 @@ void drop_slab(void); | |||
1065 | extern int randomize_va_space; | 1065 | extern int randomize_va_space; |
1066 | #endif | 1066 | #endif |
1067 | 1067 | ||
1068 | const char *arch_vma_name(struct vm_area_struct *vma); | ||
1069 | |||
1068 | #endif /* __KERNEL__ */ | 1070 | #endif /* __KERNEL__ */ |
1069 | #endif /* _LINUX_MM_H */ | 1071 | #endif /* _LINUX_MM_H */ |
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 349ef908a222..bee12a7a0576 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -189,6 +189,7 @@ enum | |||
189 | VM_ZONE_RECLAIM_MODE=31, /* reclaim local zone memory before going off node */ | 189 | VM_ZONE_RECLAIM_MODE=31, /* reclaim local zone memory before going off node */ |
190 | VM_ZONE_RECLAIM_INTERVAL=32, /* time period to wait after reclaim failure */ | 190 | VM_ZONE_RECLAIM_INTERVAL=32, /* time period to wait after reclaim failure */ |
191 | VM_PANIC_ON_OOM=33, /* panic at out-of-memory */ | 191 | VM_PANIC_ON_OOM=33, /* panic at out-of-memory */ |
192 | VM_VDSO_ENABLED=34, /* map VDSO into new processes? */ | ||
192 | }; | 193 | }; |
193 | 194 | ||
194 | 195 | ||