summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/fcoe/fcoe_common.h
diff options
context:
space:
mode:
authorRafael Vanoni <rafael.vanoni@sun.com>2009-11-13 01:32:32 -0800
committerRafael Vanoni <rafael.vanoni@sun.com>2009-11-13 01:32:32 -0800
commitd3d50737e566cade9a08d73d2af95105ac7cd960 (patch)
tree399b76a3f6bf107e2ff506d8f9c3333654b29fc7 /usr/src/uts/common/sys/fcoe/fcoe_common.h
parent1eff5f7761619411b3c31280fcd96cefc32968b7 (diff)
downloadillumos-joyent-d3d50737e566cade9a08d73d2af95105ac7cd960.tar.gz
PSARC/2009/396 Tickless Kernel Architecture / lbolt decoupling
6860030 tickless clock requires a clock() decoupled lbolt / lbolt64 Portions contributed by Chad Mynhier <cmynhier@gmail.com>
Diffstat (limited to 'usr/src/uts/common/sys/fcoe/fcoe_common.h')
-rw-r--r--usr/src/uts/common/sys/fcoe/fcoe_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/fcoe/fcoe_common.h b/usr/src/uts/common/sys/fcoe/fcoe_common.h
index 6ab5ea2cbf..efb763a196 100644
--- a/usr/src/uts/common/sys/fcoe/fcoe_common.h
+++ b/usr/src/uts/common/sys/fcoe/fcoe_common.h
@@ -371,7 +371,7 @@ typedef struct fcoe_fcp_xfer_rdy {
/*
* timestamp (golbal variable in sys/systm.h)
*/
-#define CURRENT_CLOCK lbolt
+#define CURRENT_CLOCK (ddi_get_lbolt())
#define FCOE_SEC2TICK(x_sec) (drv_usectohz((x_sec) * 1000000))
/*