Symmetric Multiprocessing (SMP)
Greatest push towards multithreading came with the emergence of SMP.
Multithreading provides exactly the right paradigm to make maximal use of these new concept (SMP).
When we have multiple threads at user level, multiprocessor at the hardware level can exploit the user-level concurrency.