summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/debug.h
diff options
context:
space:
mode:
authorJonathan Adams <Jonathan.Adams@Sun.COM>2009-11-23 15:29:44 -0800
committerJonathan Adams <Jonathan.Adams@Sun.COM>2009-11-23 15:29:44 -0800
commit35a5a3587fd94b666239c157d3722745250ccbd7 (patch)
tree5b1d8a35d4b4129747989cd4857cdd21d5a223aa /usr/src/uts/common/sys/debug.h
parent023e71de9e5670cebc23dd51162833661d3d2d3b (diff)
downloadillumos-joyent-35a5a3587fd94b666239c157d3722745250ccbd7.tar.gz
6881015 ZFS write activity prevents other threads from running in a timely manner
6899867 mstate_thread_onproc_time() doesn't account for runnable time correctly PSARC/2009/615 System Duty Cycle Scheduling Class and ZFS IO Observability
Diffstat (limited to 'usr/src/uts/common/sys/debug.h')
-rw-r--r--usr/src/uts/common/sys/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/debug.h b/usr/src/uts/common/sys/debug.h
index ce941e8dae..7c12ecab01 100644
--- a/usr/src/uts/common/sys/debug.h
+++ b/usr/src/uts/common/sys/debug.h
@@ -19,19 +19,19 @@
* CDDL HEADER END
*/
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
/* All Rights Reserved */
-
#ifndef _SYS_DEBUG_H
#define _SYS_DEBUG_H
#include <sys/isa_defs.h>
#include <sys/types.h>
+#include <sys/note.h>
#ifdef __cplusplus
extern "C" {