> Module Name: src > Committed By: kamil > Date: Sat Dec 7 19:50:34 UTC 2019 > > Modified Files: > src/sys/kern: subr_kcov.c > > Log Message: > Revert the in_interrupt() change to use again the x86 specific code > > This is prerequisite for kMSan and upcoming kernel changes. > > Discussed with <maxv>
why is this? what is the problem? we shouldn't be putting back MD code into sys/kern files. the existing interface to check this *is* cpu_intr_p(), which should resolve to the same basic thing as the x86 specific version. .mrg.