Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: yamaguchi
Date: Mon May 25 07:20:15 UTC 2020
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
src/sys/dev/pci: if_vioif.c
Log Message:
Obsolete VIOIF_SOFTINT_INTR
The kernel option is introduced to realize softint-based if_input.
Since the same scheme has been implemented in if_percpuq_enqueue(),
the option is no longer needed.
pointed out by ozaki-r@n.o.
To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.492 -r1.493 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/pci/if_vioif.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index