K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-10-13T20:40:09.363674Z K 7 svn:log V 470 FreeBSD: fix panic due to tqid overflow The 32-bit counter eventually wraps to 0 which is a sentinel for invalid id. Make it 64-bit on LP64 platforms and 0-check otherwise. Note: Linux counterpart uses id stored per queue instead of a global. I did not check going that way is feasible with the goal being the minimal fix doing the job. Reported by: YAMAMOTO Shigeru Reviewed by: mav Differential Revision: https://reviews.freebsd.org/D26759 END