xen: remove leftover bits missed in commit ac3ede5371

These fields are now unused, remove them.

Fixes: ac3ede5371 ('x86/xen: remove PVHv1 code')
Reviewed by: royger
Differential Revision: https://reviews.freebsd.org/D31206
This commit is contained in:
Elliott Mitchell 2021-03-17 19:09:01 -07:00 committed by Roger Pau Monné
parent 759ae58c00
commit b6da4ec609

View File

@ -126,8 +126,6 @@ struct xenisrc {
int xi_virq;
void *xi_cookie;
u_int xi_close:1; /* close on unbind? */
u_int xi_activehi:1;
u_int xi_edgetrigger:1;
u_int xi_masked:1;
volatile u_int xi_refcount;
};