mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
e48b179090
On some platforms, cycles_t is 64-bit, and gcc generates call to __udivdi3 for straight division of cycles_t/cycles_t. This leads to compilation failure, as this function is not exist in the kernel runtime. do_div() to rescue Original report: tree: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next.git master head: |
||
---|---|---|
.. | ||
cfg80211.c | ||
debug.c | ||
debugfs.c | ||
interrupt.c | ||
Kconfig | ||
main.c | ||
Makefile | ||
netdev.c | ||
pcie_bus.c | ||
rx_reorder.c | ||
trace.c | ||
trace.h | ||
txrx.c | ||
txrx.h | ||
wil6210.h | ||
wmi.c | ||
wmi.h |