~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to sysdeps/unix/sysv/linux/powerpc/bits/mman.h

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Definitions for POSIX memory map interface.  Linux/PowerPC version.
2
 
   Copyright (C) 1997,2000,2003,2005,2006,2008,2009
 
2
   Copyright (C) 1997,2000,2003,2005,2006,2008,2009,2011
3
3
   Free Software Foundation, Inc.
4
4
   This file is part of the GNU C Library.
5
5
 
96
96
# define MADV_DOFORK      11    /* Do inherit across fork.  */
97
97
# define MADV_MERGEABLE   12    /* KSM may merge identical pages.  */
98
98
# define MADV_UNMERGEABLE 13    /* KSM may not merge identical pages.  */
 
99
# define MADV_HUGEPAGE    14    /* Worth backing with hugepages.  */
 
100
# define MADV_NOHUGEPAGE  15    /* Not worth backing with hugepages.  */
99
101
# define MADV_HWPOISON    100   /* Poison a page for testing.  */
100
102
#endif
101
103