summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/fcoe/fcoe_common.h
diff options
context:
space:
mode:
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))
/*