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)
Tue, Nov 5, 1:43 PM
Unknown Object (File)
Sat, Oct 26, 4:32 AM
Unknown Object (File)
Mon, Oct 21, 9:28 AM
Unknown Object (File)
Mon, Oct 14, 5:34 PM
Unknown Object (File)
Oct 5 2024, 6:05 AM
Unknown Object (File)
Oct 5 2024, 12:53 AM
Unknown Object (File)
Oct 4 2024, 9:41 AM
Unknown Object (File)
Oct 3 2024, 2:49 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39617
Build 36506: arc lint + arc unit