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:
parent
8c9df990a8
commit
727b8309c9
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue