Module smp

Source
Expand description

Symmetric Multi-Processing (SMP) support.

This module provides a way to execute code on other processors via inter- processor interrupts.

Functionsยง

inter_processor_call
Executes a function on other processors.