Fix compilation error when compiling a kernel without KDTRACE_HOOKS
This commit is contained in:
parent
4bff7fad95
commit
7833d82891
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/bhyve/; revision=238759
@ -87,8 +87,12 @@ uint32_t dtio_wait_done_id;
|
||||
|
||||
#define DTRACE_DEVSTAT_START()
|
||||
|
||||
#define DTRACE_DEVSTAT_BIO_START()
|
||||
|
||||
#define DTRACE_DEVSTAT_DONE()
|
||||
|
||||
#define DTRACE_DEVSTAT_BIO_DONE()
|
||||
|
||||
#define DTRACE_DEVSTAT_WAIT_START()
|
||||
|
||||
#define DTRACE_DEVSTAT_WAIT_DONE()
|
||||
|
Loading…
Reference in New Issue
Block a user