mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
2a6b4327c2
commit
d359802e10
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue