I want CPU number here.

Noticed by:	ru
This commit is contained in:
Pawel Jakub Dawidek 2006-11-02 09:01:34 +00:00
parent 2efdffee15
commit 1506db2163
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163905

View file

@ -642,7 +642,7 @@ g_eli_create(struct gctl_req *req, struct g_class *mp, struct g_provider *bpp,
for (i = 0; i < threads; i++) {
if (g_eli_cpu_is_disabled(i)) {
G_ELI_DEBUG(1, "%s: CPU %u disabled, skipping.",
bpp->name, threads);
bpp->name, i);
continue;
}
wr = malloc(sizeof(*wr), M_ELI, M_WAITOK | M_ZERO);