ithd_name no longer defined, use td_name. Fix compile with KTR enabled.

This commit is contained in:
Jayachandran C. 2010-08-04 14:03:23 +00:00
parent 4ed16d3dff
commit cb5e82a0b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210845

View file

@ -356,7 +356,7 @@ create_msgring_thread(int core, int cpu)
sched_class(td, PRI_ITHD);
sched_add(td, SRQ_INTR);
thread_unlock(td);
CTR2(KTR_INTR, "%s: created %s", __func__, ithd_name[core]);
CTR2(KTR_INTR, "%s: created %s", __func__, td->td_name);
}
int