Problems In Kernel Space - SMP And Re-Entrancy (Cont.) However, over-use of locks would slow the kernel: either by forcing serial execution in cases where an SMP machine could actually work in parallel, or by introducing redundant overhead (locking and unlocking adds extra overhead).