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
F166085279: D30590.id90225.diff
Tue, Aug 11, 2:56 PM
F166083621: D30590.id90290.diff
Tue, Aug 11, 2:43 PM
F166053524: D30590.id.diff
Tue, Aug 11, 9:27 AM
Unknown Object (File)
Mon, Aug 10, 8:02 PM
Unknown Object (File)
Mon, Aug 10, 4:45 PM
Unknown Object (File)
Mon, Aug 10, 5:51 AM
Unknown Object (File)
Sat, Aug 8, 8:00 PM
Unknown Object (File)
Sat, Aug 8, 7:43 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