Check out the new USENIX Web site. next up previous
Next: Current Status Up: Locking in the Multithreaded Previous: Locking in the Multithreaded

Introduction

Prior to the SMPng project, SMP support in FreeBSD was limited to the i386 architecture and used one giant spin lock for the entire kernel as described in Section 10.2 of [Schimmel94]. This kernel architecture is referred to as pre-SMPng. The goal of SMPng is to allow multiple threads to execute in the kernel concurrently on SMP systems.