From 32465c3ea007065acd8ca8199f130cdf4068130d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 Jan 2011 18:24:59 -0500 Subject: Define MADV_HUGEPAGE. --- sysdeps/unix/sysv/linux/s390/bits/mman.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/s390') diff --git a/sysdeps/unix/sysv/linux/s390/bits/mman.h b/sysdeps/unix/sysv/linux/s390/bits/mman.h index daeafd48ff..45ceed1a30 100644 --- a/sysdeps/unix/sysv/linux/s390/bits/mman.h +++ b/sysdeps/unix/sysv/linux/s390/bits/mman.h @@ -1,5 +1,5 @@ /* Definitions for POSIX memory map interface. Linux/s390 version. - Copyright (C) 2000-2003,2005,2006,2009 Free Software Foundation, Inc. + Copyright (C) 2000-2003,2005,2006,2009,2011 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -94,6 +94,7 @@ # define MADV_DOFORK 11 /* Do inherit across fork. */ # define MADV_MERGEABLE 12 /* KSM may merge identical pages. */ # define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages. */ +# define MADV_HUGEPAGE 14 /* Worth backing with hugepages. */ # define MADV_HWPOISON 100 /* Poison a page for testing. */ #endif -- cgit 1.4.1