From 22fb72c9e3fe6722136a2b8f9e96f68a1876427c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 18 Feb 2024 10:05:02 -0500 Subject: kernel/amd64: machdep: Init HPET only once Signed-off-by: Ian Moffett --- sys/arch/amd64/amd64/machdep.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index af3918d..6d8648d 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -102,8 +102,6 @@ chips_init(void) /* Hyra requires HPET on x86_64 */ if (hpet_init() != 0) panic("Machine does not support HPET!\n"); - - hpet_init(); } /* -- cgit v1.2.3