diff options
author | Scott Soule Cheloha <cheloha@cvs.openbsd.org> | 2022-08-25 20:43:18 +0000 |
---|---|---|
committer | Scott Soule Cheloha <cheloha@cvs.openbsd.org> | 2022-08-25 20:43:18 +0000 |
commit | e3be7a0e8307ca47b92e4d1ca282b6d2b5e4a6c0 (patch) | |
tree | c214dcfab812b366c0abf0425b5fd5dcbe421f83 /sys/arch | |
parent | 132000833667aac4f48eb3db2bae532ea5808a85 (diff) |
amd64/lapic.c: remove unused extern prototype for tsc_delay()
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/amd64/lapic.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/amd64/lapic.c b/sys/arch/amd64/amd64/lapic.c index cd5d580a5ad..8aa12a13045 100644 --- a/sys/arch/amd64/amd64/lapic.c +++ b/sys/arch/amd64/amd64/lapic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lapic.c,v 1.61 2022/08/25 17:38:16 cheloha Exp $ */ +/* $OpenBSD: lapic.c,v 1.62 2022/08/25 20:43:17 cheloha Exp $ */ /* $NetBSD: lapic.c,v 1.2 2003/05/08 01:04:35 fvdl Exp $ */ /*- @@ -486,8 +486,6 @@ wait_next_cycle(void) } } -extern void tsc_delay(int); - /* * Calibrate the local apic count-down timer (which is running at * bus-clock speed) vs. the i8254 counter/timer (which is running at |