mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
By popular demand, kill all the non GIANT related interrupt messages.
They are confusing and add little value. Reviewed by: jhb@
This commit is contained in:
parent
5ab44ccaf2
commit
5ff4999243
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212798
@ -3998,15 +3998,6 @@ bus_setup_intr(device_t dev, struct resource *r, int flags,
|
||||
return (error);
|
||||
if (handler != NULL && !(flags & INTR_MPSAFE))
|
||||
device_printf(dev, "[GIANT-LOCKED]\n");
|
||||
if (bootverbose && (flags & INTR_MPSAFE))
|
||||
device_printf(dev, "[MPSAFE]\n");
|
||||
if (filter != NULL) {
|
||||
if (handler == NULL)
|
||||
device_printf(dev, "[FILTER]\n");
|
||||
else
|
||||
device_printf(dev, "[FILTER+ITHREAD]\n");
|
||||
} else
|
||||
device_printf(dev, "[ITHREAD]\n");
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user