[BACK]Return to hypervisor_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / xen / x86

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/xen/x86/hypervisor_machdep.c between version 1.28 and 1.29

version 1.28, 2014/09/21 12:46:15 version 1.29, 2018/10/26 05:33:21
Line 71  __KERNEL_RCSID(0, "$NetBSD$");
Line 71  __KERNEL_RCSID(0, "$NetBSD$");
 #include <xen/xenpmap.h>  #include <xen/xenpmap.h>
   
 #include "opt_xen.h"  #include "opt_xen.h"
   #include "isa.h"
   #include "pci.h"
   
 /*  /*
  * arch-dependent p2m frame lists list (L3 and L2)   * arch-dependent p2m frame lists list (L3 and L2)
Line 392  evt_enable_event(unsigned int port, unsi
Line 394  evt_enable_event(unsigned int port, unsi
                  unsigned int l2i, void *args)                   unsigned int l2i, void *args)
 {  {
         KASSERT(args == NULL);          KASSERT(args == NULL);
         hypervisor_enable_event(port);          hypervisor_unmask_event(port);
   #if NPCI > 0 || NISA > 0
           hypervisor_ack_pirq_event(port);
   #endif /* NPCI > 0 || NISA > 0 */
 }  }
   
 void  void

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb <webmaster@jp.NetBSD.org>