mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
I want CPU number here.
Noticed by: ru
This commit is contained in:
parent
2efdffee15
commit
1506db2163
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163905
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user