summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-10-07 16:53:26 +0000
committerdim <dim@FreeBSD.org>2013-10-07 16:53:26 +0000
commit7eedec3f1c161f045a66e78b83d62545da98ac40 (patch)
treedcc567c33ff408cb84b6e2bb20c168f68cc16cee /sys/i386
parentb44e293fd723dfa3c6b1101deac8844dec67d0e0 (diff)
downloadFreeBSD-src-7eedec3f1c161f045a66e78b83d62545da98ac40.zip
FreeBSD-src-7eedec3f1c161f045a66e78b83d62545da98ac40.tar.gz
Remove redundant declaration of force_evtchn_callback() in the
i386-specific xen-os.h, to silence a gcc warning. Approved by: re (gjb) MFC after: 3 days
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/xen/xen-os.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/include/xen/xen-os.h b/sys/i386/include/xen/xen-os.h
index e15d668..a8fba61 100644
--- a/sys/i386/include/xen/xen-os.h
+++ b/sys/i386/include/xen/xen-os.h
@@ -37,9 +37,6 @@
/* Everything below this point is not included by assembler (.S) files. */
#ifndef __ASSEMBLY__
-/* Force a proper event-channel callback from Xen. */
-void force_evtchn_callback(void);
-
/* REP NOP (PAUSE) is a good thing to insert into busy-wait loops. */
static inline void rep_nop(void)
{
OpenPOWER on IntegriCloud