From mboxrd@z Thu Jan 1 00:00:00 1970 From: arjan@linux.intel.com (Arjan van de Ven) Date: Wed, 21 Dec 2011 20:36:12 +0100 Subject: [PATCH 0/3] coupled cpuidle state support In-Reply-To: References: <1324426147-16735-1-git-send-email-ccross@android.com> <4EF1A0B4.5080307@linux.intel.com> <4EF1AA8A.8060304@linux.intel.com> <4EF1CD49.9020800@linux.intel.com> Message-ID: <4EF2352C.3060102@linux.intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org >> >> .. or it enters WFI, and a physical device sends it an interrupt, >> at which point it exits. > > None of the cpus will return to the idle loop until all cpus have > decremented the ready counter back to 0, so they can't wrap around > again. yikes, so you IPI all the cpus on the first exit. that must burn power ;-(