Skip to content

Commit 09b9edf

Browse files
committed
x86_nano: Cleanup platform
1 parent 23fbb78 commit 09b9edf

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/platform/x86_nano/platform.cpp

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
#include <os>
22
#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"
73
#include "../x86_pc/idt.hpp"
84

9-
using namespace x86;
10-
using namespace std::chrono;
11-
12-
extern "C" uint16_t _cpu_sampling_freq_divider_;
13-
145
void __arch_poweroff()
156
{
16-
ACPI::shutdown();
7+
x86::ACPI::shutdown();
178
__builtin_unreachable();
189
}
1910

0 commit comments

Comments
 (0)