 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] Re: [PATCH] Make Linux bail out of IPI vector reset
 Thanks Amos... pushed. -JX On Nov 21, 2006, at 10:21 PM, Amos Waterland wrote: Xen/PPC currently shares the mpic with dom0 Linux. In order for interprocessor interrupts to work, we cannot allow Linux to reset the mpic (a patch for the latter was already merged) nor to reset the IPI vectors and change their priority. This patch introduces a feature flag, rather than trying to code a new function called xen_mpic_init and duplicating all the associatedmachinery it pulls in. I tried the first approach, and it results in a lot of code duplication, which is a worse maintenence burden than this,I believe. Jimi may not like this approach, but I believe it is the best solution until we completely virtualize the PIC at some point in the future. Signed-off-by: Amos Waterland <apw@xxxxxxxxxx> --- arch/powerpc/platforms/xen/evtchn.c | 1 + arch/powerpc/sysdev/mpic.c | 4 ++++ include/asm-powerpc/mpic.h | 2 ++ 3 files changed, 7 insertions(+) diff -r 4e5b95219939 arch/powerpc/platforms/xen/evtchn.c--- a/arch/powerpc/platforms/xen/evtchn.c Mon Nov 20 12:35:47 2006 -0500 +++ b/arch/powerpc/platforms/xen/evtchn.c Tue Nov 21 20:53:20 2006 -0500 _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |