Home
FreeBSD
Search
Configure Global Search
Log In
Transactions
D36901
Change Details
Change Details
Old
New
Diff
`intr_bind(u_int vector, u_char cpu);` looked a suspicious since everywhere "cpu" is a u_int and >256 processors isn't unreasonable now. Upon checking, `intr_bind()` is not used anywhere in FreeBSD. Time to remove.
`intr_bind(u_int vector, u_char cpu);` looked suspicious since everywhere "cpu" is a u_int and >256 processors isn't unreasonable now. Upon checking, `intr_bind()` is not used anywhere in FreeBSD. Time to remove.
`intr_bind(u_int vector, u_char cpu);` looked
a
suspicious since everywhere "cpu" is a u_int and >256 processors isn't unreasonable now. Upon checking, `intr_bind()` is not used anywhere in FreeBSD. Time to remove.
Continue