commit | f807221dedbd30726c5dffcd5b5d22ce0ea683cb | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Apr 29 02:40:21 2006 +0200 |
committer | Paul Mackerras <paulus@samba.org> | Sat Apr 29 15:11:25 2006 +1000 |
tree | 7cc1f027c09c6265887711969b728d4cbf1dfe6d | |
parent | 03054d51a70e8c273df5d9bc31fea6c843eaa1c3 [diff] |
[PATCH] spufs: Disable local interrupts for SPE hash_page calls. This patch disables and saves local interrupts during hash_page processing for SPE contexts. We have to do it explicitly in the spu_irq_class_1_bottom function. For the interrupt handlers, we get the behaviour implicitly by using SA_INTERRUPT to disable interrupts while in the handler. Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>