K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-06-16T20:23:53.004020Z K 7 svn:log V 520 i386: Make setidt_disp a size_t instead of uintptr_t setidt_disp is the offset of the ISR trampoline relative to the address of the routines in exception.s, so uintptr_t is not quite right. Also remove a bogus declaration I added in commit 18f55c67f7, it is not required after all. Reported by: jrtc27 Reviewed by: jrtc27, kib Sponsored by: The FreeBSD Foundation (cherry picked from commit cbe59a6475b6c36fac4073bcfc328099fc873420) Git Hash: 0a41a2899eb226d34996b2470cf239d670ff186e Git Author: markj@FreeBSD.org END