#include <oskit/smp.h>int smp_init_paging(void);
This routine is called by the OS when it is ready to turn on paging. This call causes the SMP library to make call-backs to the OS to map the regions that are SMP-specific. On Intel x86 processors, this means the APICS.
Zero on success, non-zero on failure.