-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define MMAP2_PAGE_SHIFT to -1 for m68k.
- Loading branch information
Joseph Myers
committed
Sep 4, 2013
1 parent
b92a20b
commit 2deb7bd
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* ColdFire and Sun 3 kernels have PAGE_SHIFT set to 13 and expect | ||
mmap2 offset to be provided in 8K pages. Determine the shift | ||
dynamically with getpagesize. */ | ||
#define MMAP2_PAGE_SHIFT -1 | ||
#include <sysdeps/unix/sysv/linux/mmap64.c> |