lkml.org 
[lkml]   [2023]   [Dec]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RFC PATCH v2 03/10] e10002: remove convert_art_to_tsc()
    Date
    From: Thomas Gleixner <tglx@linutronix.de>

    Remove convert_art_to_tsc() function call, Pass system clock cycles and
    clocksource ID as input to get_device_system_crosststamp().

    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Signed-off-by: Lakshmi Sowjanya D <lakshmi.sowjanya.d@intel.com>
    ---
    drivers/net/ethernet/intel/e1000e/ptp.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/drivers/net/ethernet/intel/e1000e/ptp.c b/drivers/net/ethernet/intel/e1000e/ptp.c
    index 02d871bc112a..9d8be03a9827 100644
    --- a/drivers/net/ethernet/intel/e1000e/ptp.c
    +++ b/drivers/net/ethernet/intel/e1000e/ptp.c
    @@ -124,7 +124,8 @@ static int e1000e_phc_get_syncdevicetime(ktime_t *device,
    sys_cycles = er32(PLTSTMPH);
    sys_cycles <<= 32;
    sys_cycles |= er32(PLTSTMPL);
    - *system = convert_art_to_tsc(sys_cycles);
    + system->cycles = sys_cycles;
    + system->cs_id = CSID_X86_ART;

    return 0;
    }
    --
    2.35.3

    \
     
     \ /
      Last update: 2023-12-21 10:39    [W:5.694 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site