[PATCH] Fix CONFIG_DEBUG_SPINLOCK on UP
The spinlock debugging feature is supposed to work even on uniprocessor kernels. So we need to instantiate kernel_flag regardless of CONFIG_SMP.
Showing
Please register or sign in to comment
The spinlock debugging feature is supposed to work even on uniprocessor kernels. So we need to instantiate kernel_flag regardless of CONFIG_SMP.