coverity appeasement - redundant check
[minix.git] / kernel / perf.h
blobe47298555cafbf660415e117f7513659edb54b53
1 #ifndef PERF_H
2 #define PERF_H
4 /* This header file defines all performance-related constants and macros. */
6 /* Enable copy-on-write optimization for safecopy. */
7 #define PERF_USE_COW_SAFECOPY 0
9 #endif /* PERF_H */