http://bugs.freedesktop.org/show_bug.cgi?id=14937
--- Comment #4 from Michel Dänzer <[EMAIL PROTECTED]> 2008-04-13 02:54:10 PST --- (In reply to comment #2) > Data that is shared between a hard interrupt handler and a tasklet or a normal > process should use spin_lock_irqsave() whereas data shared between a tasklet > and a normal process should use spin_lock_bh() Note that the tasklet callback function may also be called from normal process context if the tasklet couldn't acquire the DRM lock. Would spin_lock_bh() still work in that case? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
