From linux-kernel@vger.kernel.org Tue Jan 6 22:56:30 2004 Date: Tue, 06 Jan 2004 05:36:24 +0000 From: Linux Kernel Mailing List To: bk-commits-24@vger.kernel.org Subject: [PPC64] Fix for periodic interrupts on iSeries with shared processors ChangeSet 1.1376.1.6, 2004/01/06 16:36:24+11:00, paulus@quango.ozlabs.ibm.com [PPC64] Fix for periodic interrupts on iSeries with shared processors # This patch includes the following deltas: # ChangeSet 1.1376.1.5 -> 1.1376.1.6 # include/asm-ppc64/time.h 1.3 -> 1.4 # time.h | 1 + 1 files changed, 1 insertion(+) diff -Nru a/include/asm-ppc64/time.h b/include/asm-ppc64/time.h --- a/include/asm-ppc64/time.h Tue Jan 6 05:01:56 2004 +++ b/include/asm-ppc64/time.h Tue Jan 6 05:01:56 2004 @@ -59,6 +59,7 @@ if (lpaca->xLpPaca.xSharedProc) { lpaca->xLpPaca.xVirtualDecr = val; cur_dec = get_dec(); + lpaca->xLpPaca.xSavedDecr = cur_dec; if (cur_dec > val) HvCall_setVirtualDecr(); } else - To unsubscribe from this list: send the line "unsubscribe bk-commits-24" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html