Re: [PATCH 2/2] talitos: Freescale integrated security engine (SEC) driver
From: Scott Wood <hidden>
Date: 2008-05-30 20:19:43
Also in:
linux-crypto
From: Scott Wood <hidden>
Date: 2008-05-30 20:19:43
Also in:
linux-crypto
Kim Phillips wrote:
On Fri, 30 May 2008 14:41:17 -0500 Scott Wood [off-list ref] wrote:quoted
Kim Phillips wrote:quoted
On Fri, 30 May 2008 22:09:04 +0400 Evgeniy Polyakov [off-list ref] wrote:quoted
Don't you want to protect against simultaneous access to register space from different CPUs? Or it is single processor board only?Doesn't linux mask the IRQ line for the interrupt currently being serviced, and on all processors?Yes. Could there be interference from non-interrupt driver code on another cpu (or interrupted code), though?not that I can see - the fetch fifo register writes are protected with per-channel spinlocks.
But you don't take the spinlocks from the interrupt handler. -Scott