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
F153480623: D30590.diff
Tue, Apr 21, 9:56 AM
Unknown Object (File)
Sun, Apr 19, 12:48 AM
Unknown Object (File)
Sat, Apr 18, 1:43 PM
Unknown Object (File)
Wed, Apr 15, 7:57 AM
Unknown Object (File)
Sat, Apr 11, 12:20 AM
Unknown Object (File)
Sun, Apr 5, 4:39 PM
Unknown Object (File)
Mar 17 2026, 3:59 PM
Unknown Object (File)
Mar 15 2026, 11:27 AM
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