Commit 4852744
committed
ice/ptp: Remove convert_art_to_tsc()
JIRA: https://issues.redhat.com/browse/RHEL-61639
commit d4bea54
Author: Thomas Gleixner <tglx@linutronix.de>
Date: Mon May 13 16:08:08 2024 +0530
ice/ptp: Remove convert_art_to_tsc()
The core code now provides a mechanism to convert the ART base clock to the
corresponding TSC value without requiring an architecture specific
function.
Replace the direct conversion by filling in the required data.
No functional change intended.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Lakshmi Sowjanya D <lakshmi.sowjanya.d@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240513103813.5666-8-lakshmi.sowjanya.d@intel.com
Signed-off-by: Ivan Vecera <ivecera@redhat.com>1 parent d12e214 commit 4852744
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2218 | 2218 | | |
2219 | 2219 | | |
2220 | 2220 | | |
2221 | | - | |
| 2221 | + | |
| 2222 | + | |
2222 | 2223 | | |
2223 | 2224 | | |
2224 | 2225 | | |
| |||
0 commit comments