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
F109620599: D30590.diff
Fri, Feb 7, 2:01 PM
Unknown Object (File)
Wed, Jan 29, 1:55 AM
Unknown Object (File)
Sat, Jan 25, 7:55 PM
Unknown Object (File)
Fri, Jan 24, 7:17 PM
Unknown Object (File)
Sat, Jan 18, 7:47 AM
Unknown Object (File)
Dec 16 2024, 3:28 AM
Unknown Object (File)
Dec 10 2024, 5:21 PM
Unknown Object (File)
Dec 8 2024, 7:39 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