Module Name: src Committed By: cherry Date: Sat Nov 4 09:22:16 UTC 2017
Modified Files: src/sys/arch/xen/conf: files.xen src/sys/arch/xen/include: intr.h src/sys/arch/xen/x86: intr.c Added Files: src/sys/arch/xen/x86: pintr.c Log Message: On XEN dom0, the function xen/x86/intr.c:xen_intr_map() is used to map hardware interrupts to XEN callbacks called 'events'. This function combines both the allocation and the binding. This change is the first part of breaking up that combination into xen_pirq_alloc() and the binding will happen as part of the pic_addroute() callback of a new pseudo PIC_XEN This code will be added later on. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/sys/arch/xen/conf/files.xen cvs rdiff -u -r1.42 -r1.43 src/sys/arch/xen/include/intr.h cvs rdiff -u -r1.32 -r1.33 src/sys/arch/xen/x86/intr.c cvs rdiff -u -r0 -r1.1 src/sys/arch/xen/x86/pintr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.