repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dm writecache: fix incorrect flush sequence when doing SSD mode commit
[linux/fpc-iii.git]
/
tools
/
arch
/
ia64
/
include
/
uapi
/
asm
/
mman.h
blob
2a19bb1db4ab607622455fd607367934d3e581e7
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef TOOLS_ARCH_IA64_UAPI_ASM_MMAN_FIX_H
3
#define TOOLS_ARCH_IA64_UAPI_ASM_MMAN_FIX_H
4
#include <uapi/asm-generic/mman.h>
5
/* MAP_32BIT is undefined on ia64, fix it for perf */
6
#define MAP_32BIT 0
7
#endif