ia64/xen-unstable
changeset 11401:c5c567fdad11
[HVM][SVM] Remove redundant do_softirq in the VMEXIT_INTR handler.
Signed-off-by: Tom Woller <thomas.woller@amd.com>
Signed-off-by: Tom Woller <thomas.woller@amd.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Thu Aug 31 23:47:04 2006 +0100 (2006-08-31) |
parents | 358eacd440f1 |
children | 0da01d6f7017 |
files | xen/arch/x86/hvm/svm/svm.c |
line diff
1.1 --- a/xen/arch/x86/hvm/svm/svm.c Thu Aug 31 23:44:41 2006 +0100 1.2 +++ b/xen/arch/x86/hvm/svm/svm.c Thu Aug 31 23:47:04 2006 +0100 1.3 @@ -2793,10 +2793,8 @@ asmlinkage void svm_vmexit_handler(struc 1.4 break; 1.5 1.6 case VMEXIT_INTR: 1.7 - raise_softirq(SCHEDULE_SOFTIRQ); 1.8 break; 1.9 1.10 - 1.11 case VMEXIT_INVD: 1.12 svm_vmexit_do_invd(vmcb); 1.13 break;