linux_dsm_epyc7002/drivers/net/wireless/ath/wil6210
Vladimir Kondratiev e48b179090 wil6210: fix for 64-bit integer division
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:   2e91606f5e
commit: 7c0acf868d [81/103] wil6210: Tx performance monitoring
config: i386-randconfig-ha3-0620 (attached as .config)

All error/warnings:

   drivers/built-in.o: In function `wil_vring_debugfs_show':
>> debugfs.c:(.text+0x39b9be): undefined reference to `__udivdi3'

Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-06-20 14:13:45 -04:00
..
cfg80211.c wil6210: add 'freq' and 'link' debugfs entries 2014-06-19 15:49:25 -04:00
debug.c wil6210: trace support 2013-05-22 15:08:27 -04:00
debugfs.c wil6210: fix for 64-bit integer division 2014-06-20 14:13:45 -04:00
interrupt.c wil6210: interrupt statistics 2014-06-19 15:49:26 -04:00
Kconfig wil6210: fix name of tracing config option 2013-06-12 15:06:52 -04:00
main.c wil6210: track Tx queue state 2014-06-19 15:49:27 -04:00
Makefile wil6210: Block ACK 2014-02-28 14:33:30 -05:00
netdev.c wil6210: limit MTU 2014-05-29 13:10:28 -04:00
pcie_bus.c wil6210: work around for platforms with broken INTx 2014-06-19 15:49:26 -04:00
rx_reorder.c wil6210: BACK: track last dropped SSN 2014-06-19 15:49:24 -04:00
trace.c wil6210: trace support 2013-05-22 15:08:27 -04:00
trace.h wil6210: Align WMI header with latest FW 2013-07-22 16:54:37 -04:00
txrx.c wil6210: track Tx queue state 2014-06-19 15:49:27 -04:00
txrx.h wil6210: Block ACK 2014-02-28 14:33:30 -05:00
wil6210.h wil6210: interrupt statistics 2014-06-19 15:49:26 -04:00
wmi.c wil6210: fix for unreachable code in wmi_recv_cmd 2014-06-19 15:49:26 -04:00
wmi.h wil6210: sync with the latest FW API 2014-04-22 15:06:28 -04:00