Page MenuHomeFreeBSD

i386: Make setidt_disp a size_t instead of uintptr_t
ClosedPublic

Authored by markj on Jun 1 2021, 12:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 1:14 PM
Unknown Object (File)
Feb 22 2024, 9:26 PM
Unknown Object (File)
Dec 23 2023, 4:40 PM
Unknown Object (File)
Dec 20 2023, 5:15 AM
Unknown Object (File)
Oct 11 2023, 8:27 AM
Unknown Object (File)
Sep 8 2023, 6:07 PM
Unknown Object (File)
Aug 2 2023, 6:31 PM
Unknown Object (File)
Jul 15 2023, 10:31 PM
Subscribers

Details

Summary

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 a previous commit, I'm not
sure why I thought it was required.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable