mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Remove a bit of debugging output that slipped into r256911.
MFC after: 3 days Sponsored by: DARPA/AFRL
This commit is contained in:
parent
f66834b69a
commit
9baa380649
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256936
@ -646,15 +646,9 @@ beripic_send_ipi(device_t ic, u_int tid)
|
||||
|
||||
KASSERT(tid < sc->bp_nsoft, ("tid (%d) too large\n", tid));
|
||||
|
||||
printf("sending ipi to %d soft intrs %jx\n", tid,
|
||||
bus_space_read_8(sc->bp_read_bst, sc->bp_read_bsh, 8));
|
||||
|
||||
bit = 1ULL << (tid % 64);
|
||||
bus_space_write_8(sc->bp_set_bst, sc->bp_set_bsh,
|
||||
(BP_FIRST_SOFT / 8) + (tid / 64), bit);
|
||||
|
||||
printf("sent ipi to %d soft intrs %jx\n", tid,
|
||||
bus_space_read_8(sc->bp_read_bst, sc->bp_read_bsh, 8));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user