|
|
ec8573 |
diff -up linux-3.10.0-327.sdl7.x86_64/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c.otherfixes linux-3.10.0-327.sdl7.x86_64/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
|
|
|
ec8573 |
--- linux-3.10.0-327.sdl7.x86_64/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c.otherfixes 2015-10-29 16:56:51.000000000 -0400
|
|
|
ec8573 |
+++ linux-3.10.0-327.sdl7.x86_64/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 2015-11-22 00:24:06.753025997 -0500
|
|
|
ec8573 |
@@ -13314,7 +13314,7 @@ static int bnx2x_ptp_adjtime(struct ptp_
|
|
|
ec8573 |
return 0;
|
|
|
ec8573 |
}
|
|
|
ec8573 |
|
|
|
ec8573 |
-static int bnx2x_ptp_gettime(struct ptp_clock_info *ptp, struct timespec *ts)
|
|
|
ec8573 |
+static int bnx2x_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts)
|
|
|
ec8573 |
{
|
|
|
ec8573 |
struct bnx2x *bp = container_of(ptp, struct bnx2x, ptp_clock_info);
|
|
|
ec8573 |
u64 ns;
|
|
|
ec8573 |
@@ -13329,7 +13329,7 @@ static int bnx2x_ptp_gettime(struct ptp_
|
|
|
ec8573 |
}
|
|
|
ec8573 |
|
|
|
ec8573 |
static int bnx2x_ptp_settime(struct ptp_clock_info *ptp,
|
|
|
ec8573 |
- const struct timespec *ts)
|
|
|
ec8573 |
+ const struct timespec64 *ts)
|
|
|
ec8573 |
{
|
|
|
ec8573 |
struct bnx2x *bp = container_of(ptp, struct bnx2x, ptp_clock_info);
|
|
|
ec8573 |
u64 ns;
|
|
|
ec8573 |
diff -up linux-3.10.0-327.sdl7.x86_64/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c.otherfixes linux-3.10.0-327.sdl7.x86_64/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
|
|
|
ec8573 |
--- linux-3.10.0-327.sdl7.x86_64/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c.otherfixes 2015-10-29 16:56:51.000000000 -0400
|
|
|
ec8573 |
+++ linux-3.10.0-327.sdl7.x86_64/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 2015-11-22 00:35:15.639038546 -0500
|
|
|
ec8573 |
@@ -279,7 +279,7 @@ static int ixgbe_ptp_adjtime(struct ptp_
|
|
|
ec8573 |
* read the timecounter and return the correct value on ns,
|
|
|
ec8573 |
* after converting it into a struct timespec.
|
|
|
ec8573 |
*/
|
|
|
ec8573 |
-static int ixgbe_ptp_gettime(struct ptp_clock_info *ptp, struct timespec *ts)
|
|
|
ec8573 |
+static int ixgbe_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts)
|
|
|
ec8573 |
{
|
|
|
ec8573 |
struct ixgbe_adapter *adapter =
|
|
|
ec8573 |
container_of(ptp, struct ixgbe_adapter, ptp_caps);
|
|
|
ec8573 |
@@ -304,7 +304,7 @@ static int ixgbe_ptp_gettime(struct ptp_
|
|
|
ec8573 |
* wall timer value.
|
|
|
ec8573 |
*/
|
|
|
ec8573 |
static int ixgbe_ptp_settime(struct ptp_clock_info *ptp,
|
|
|
ec8573 |
- const struct timespec *ts)
|
|
|
ec8573 |
+ const struct timespec64 *ts)
|
|
|
ec8573 |
{
|
|
|
ec8573 |
struct ixgbe_adapter *adapter =
|
|
|
ec8573 |
container_of(ptp, struct ixgbe_adapter, ptp_caps);
|
|
|
ec8573 |
@@ -404,7 +404,7 @@ void ixgbe_ptp_overflow_check(struct ixg
|
|
|
ec8573 |
{
|
|
|
ec8573 |
bool timeout = time_is_before_jiffies(adapter->last_overflow_check +
|
|
|
ec8573 |
IXGBE_OVERFLOW_PERIOD);
|
|
|
ec8573 |
- struct timespec ts;
|
|
|
ec8573 |
+ struct timespec64 ts;
|
|
|
ec8573 |
|
|
|
ec8573 |
if (timeout) {
|
|
|
ec8573 |
ixgbe_ptp_gettime(&adapter->ptp_caps, &ts);
|