repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
coverity appeasement - redundant check
[minix.git]
/
kernel
/
perf.h
blob
e47298555cafbf660415e117f7513659edb54b53
1
#ifndef PERF_H
2
#define PERF_H
3
4
/* This header file defines all performance-related constants and macros. */
5
6
/* Enable copy-on-write optimization for safecopy. */
7
#define PERF_USE_COW_SAFECOPY 0
8
9
#endif
/* PERF_H */