We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fbb78 commit 09b9edfCopy full SHA for 09b9edf
1 file changed
src/platform/x86_nano/platform.cpp
@@ -1,19 +1,10 @@
1
#include <os>
2
#include "../x86_pc/acpi.hpp"
3
-#include "../x86_pc/pit.hpp"
4
-#include "../x86_pc/apic.hpp"
5
-#include "../x86_pc/apic_timer.hpp"
6
-#include "../x86_pc/ioapic.hpp"
7
#include "../x86_pc/idt.hpp"
8
9
-using namespace x86;
10
-using namespace std::chrono;
11
-
12
-extern "C" uint16_t _cpu_sampling_freq_divider_;
13
14
void __arch_poweroff()
15
{
16
- ACPI::shutdown();
+ x86::ACPI::shutdown();
17
__builtin_unreachable();
18
}
19
0 commit comments