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
power: supply: bq24190_charger: Add disable-reset device-property
[linux/fpc-iii.git]
/
tools
/
arch
/
microblaze
/
include
/
uapi
/
asm
/
mman.h
blob
005cd50b50e10c426cb1395c3025ea0f6ceb5560
1
#ifndef TOOLS_ARCH_MICROBLAZE_UAPI_ASM_MMAN_FIX_H
2
#define TOOLS_ARCH_MICROBLAZE_UAPI_ASM_MMAN_FIX_H
3
#include <uapi/asm-generic/mman.h>
4
/* MAP_32BIT is undefined on microblaze, fix it for perf */
5
#define MAP_32BIT 0
6
#endif