1
0
Fork 0

Mark defirqaffinity.py deprecated via stderr/log message

The last callers using defirqaffinity.py had been nuked by this commit:
c2dfc1f

Before fully ripping the script out, it should be marked deprecated
for some time.
This commit is contained in:
Thomas Renninger 2019-11-28 10:53:36 +01:00 committed by Thomas Renninger
parent 8c9df990a8
commit 727b8309c9

View file

@ -82,6 +82,7 @@ def verify(shouldbemask):
sys.exit(0)
sys.stderr.write("defirqaffinity.py is deprecated. Use isolated_cores or other built-in functionality instead.\n")
# adjust default_smp_affinity
cpulist = parse_def_affinity(irqpath + "default_smp_affinity")