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
F96120404: D30590.diff
Mon, Sep 23, 6:23 PM
Unknown Object (File)
Thu, Sep 12, 9:27 PM
Unknown Object (File)
Thu, Sep 5, 7:59 PM
Unknown Object (File)
Mon, Sep 2, 1:45 PM
Unknown Object (File)
Thu, Aug 29, 6:18 AM
Unknown Object (File)
Aug 19 2024, 3:54 AM
Unknown Object (File)
Aug 18 2024, 6:36 PM
Unknown Object (File)
Aug 15 2024, 1:41 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