summaryrefslogtreecommitdiffstats
path: root/sys/ofed/include/linux/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ofed/include/linux/timer.h')
-rw-r--r--sys/ofed/include/linux/timer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/ofed/include/linux/timer.h b/sys/ofed/include/linux/timer.h
index a497334..7a948d7 100644
--- a/sys/ofed/include/linux/timer.h
+++ b/sys/ofed/include/linux/timer.h
@@ -2,6 +2,7 @@
* Copyright (c) 2010 Isilon Systems, Inc.
* Copyright (c) 2010 iX Systems, Inc.
* Copyright (c) 2010 Panasas, Inc.
+ * Copyright (c) 2013, 2014 Mellanox Technologies, Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -86,4 +87,6 @@ round_jiffies(unsigned long j)
return roundup(j, hz);
}
+#define round_jiffies_relative(j) round_jiffies(j)
+
#endif /* _LINUX_TIMER_H_ */
OpenPOWER on IntegriCloud