diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2013-06-05 01:33:03 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2013-06-05 01:33:03 +0000 |
commit | 7843094d86c5aacf9f8b1317ffac53513c2e989f (patch) | |
tree | eb4800b725f79899e140d45ef170901569af9118 /sys | |
parent | afee7e4dddd8da1611b222c473388e5c752e57bd (diff) |
Remove unused variables.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/loongson/loongson/hibernate_machdep.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/loongson/loongson/hibernate_machdep.c b/sys/arch/loongson/loongson/hibernate_machdep.c index 99d9308136b..70b47ef8e7a 100644 --- a/sys/arch/loongson/loongson/hibernate_machdep.c +++ b/sys/arch/loongson/loongson/hibernate_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hibernate_machdep.c,v 1.2 2013/06/05 01:28:04 pirofti Exp $ */ +/* $OpenBSD: hibernate_machdep.c,v 1.3 2013/06/05 01:33:02 pirofti Exp $ */ /* * Copyright (c) 2013 Paul Irofti. @@ -48,14 +48,6 @@ #include <dev/ata/wdvar.h> #endif -/* Hibernate support */ -void hibernate_enter_resume_4k_pte(vaddr_t, paddr_t); -void hibernate_enter_resume_2m_pde(vaddr_t, paddr_t); - -extern void hibernate_resume_machdep(void); -extern void hibernate_flush(void); -extern caddr_t start, end; -extern struct hibernate_state *hibernate_state; /* * Loongson MD Hibernate functions |