mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
m68k: define MAP_STACK and MAP_HUGETLB
This commit is contained in:
parent
aa06d8e46a
commit
29dc68465c
@ -1,3 +1,8 @@
|
|||||||
|
2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/m68k/bits/mman.h (MAP_STACK)
|
||||||
|
(MAP_HUGETLB): Define.
|
||||||
|
|
||||||
2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
|
2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
* sysdeps/m68k/elf/start.S: Move to ...
|
* sysdeps/m68k/elf/start.S: Move to ...
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/* Definitions for POSIX memory map interface. Linux/m68k version.
|
/* Definitions for POSIX memory map interface. Linux/m68k version.
|
||||||
Copyright (C) 1997, 2000, 2003, 2005, 2008, 2009, 2011
|
Copyright (C) 1997-2012 Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -63,6 +62,8 @@
|
|||||||
# define MAP_NORESERVE 0x04000 /* Don't check for reservations. */
|
# define MAP_NORESERVE 0x04000 /* Don't check for reservations. */
|
||||||
# define MAP_POPULATE 0x08000 /* Populate (prefault) pagetables. */
|
# define MAP_POPULATE 0x08000 /* Populate (prefault) pagetables. */
|
||||||
# define MAP_NONBLOCK 0x10000 /* Do not block on IO. */
|
# define MAP_NONBLOCK 0x10000 /* Do not block on IO. */
|
||||||
|
# define MAP_STACK 0x20000 /* Allocation is for a stack. */
|
||||||
|
# define MAP_HUGETLB 0x40000 /* Create huge page mapping. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Flags to `msync'. */
|
/* Flags to `msync'. */
|
||||||
|
Loading…
Reference in New Issue
Block a user