kernel/kinfo: Don't use 'SMP' alone to check for userland compilation.
authorSascha Wildner <saw@online.de>
Mon, 22 Oct 2012 09:07:13 +0000 (11:07 +0200)
committerSascha Wildner <saw@online.de>
Mon, 22 Oct 2012 09:07:13 +0000 (11:07 +0200)
commited9b2d1de2d953bddcf6ea2f10c0fdd25583009c
treea4933650be8eadd241a809c64eb7c6d28488ffd8
parent5e9661762bf3b5a3612cbc3ff40ed9cf195a577e
kernel/kinfo: Don't use 'SMP' alone to check for userland compilation.

The code is used by both kernel and userland.

This is in preparation for removing UP code.
sys/kern/kern_kinfo.c