20 #include "pedigree/kernel/processor/Processor.h" 21 #include "pedigree/kernel/utilities/Vector.h" 22 #include "pedigree/kernel/utilities/new" 25 #if !defined(MULTIPROCESSOR) 29 ProcessorInformation Processor::m_SafeBspProcessorInformation(0);
32 size_t Processor::m_nProcessors = 1;
39 #if !defined(MULTIPROCESSOR) 56 #ifndef PEDIGREE_BENCHMARK 57 EnsureInterrupts::EnsureInterrupts(
bool desired)
63 EnsureInterrupts::~EnsureInterrupts()
static bool getInterrupts()
static size_t isInitialised()
A vector / dynamic array.
static ProcessorInformation & information()
static size_t m_Initialised
static void setInterrupts(bool bEnable)
static ProcessorInformation m_ProcessorInformation