git: nexus/intr: Change the wrong cpuid backtrace to assertion

Nuno Antunes nuno.antunes at gmail.com
Fri Dec 16 22:19:11 PST 2011


Sephe,

+               KASSERT(cpuid >= 0 || cpuid < ncpus,
+                   ("nexus invalid cpuid %d:\n", cpuid));

Shouldn't this be an && instead?

Cheers,
Nuno





More information about the Commits mailing list