Revision 467c37801c453849a2fe243c3226476ee3985868 authored by Paul Mackerras on 30 August 2006, 06:10:47 UTC, committed by Paul Mackerras on 30 August 2006, 06:10:47 UTC
Eran Ben-Avi <eranpublic@yahoo.com> pointed out that the arch/ppc version
of smp_generic_take_timebase disables interrupts on entry but exits without
restoring them.  However, both it and the arch/powerpc version have another
problem, which is that they use local_irq_disable/enable rather than
local_irq_save/restore, and they are called with interrupts disabled.

This fixes both problems; it changes a return to a break in the arch/ppc
version, and changes both versions to use local_irq_save/restore.

Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent e0d872d
History
File Mode Size
Kconfig -rw-r--r-- 10.5 KB
Makefile -rw-r--r-- 1.1 KB
aes.c -rw-r--r-- 11.6 KB
anubis.c -rw-r--r-- 27.8 KB
api.c -rw-r--r-- 6.4 KB
arc4.c -rw-r--r-- 2.1 KB
blowfish.c -rw-r--r-- 17.5 KB
cast5.c -rw-r--r-- 34.2 KB
cast6.c -rw-r--r-- 21.5 KB
cipher.c -rw-r--r-- 11.1 KB
compress.c -rw-r--r-- 1.5 KB
crc32c.c -rw-r--r-- 2.5 KB
crypto_null.c -rw-r--r-- 3.3 KB
deflate.c -rw-r--r-- 5.4 KB
des.c -rw-r--r-- 35.4 KB
digest.c -rw-r--r-- 2.8 KB
hmac.c -rw-r--r-- 3.1 KB
internal.h -rw-r--r-- 2.8 KB
khazad.c -rw-r--r-- 51.9 KB
md4.c -rw-r--r-- 6.2 KB
md5.c -rw-r--r-- 7.2 KB
michael_mic.c -rw-r--r-- 3.5 KB
proc.c -rw-r--r-- 2.8 KB
scatterwalk.c -rw-r--r-- 2.8 KB
scatterwalk.h -rw-r--r-- 2.0 KB
serpent.c -rw-r--r-- 20.0 KB
sha1.c -rw-r--r-- 3.1 KB
sha256.c -rw-r--r-- 11.0 KB
sha512.c -rw-r--r-- 10.3 KB
tcrypt.c -rw-r--r-- 34.3 KB
tcrypt.h -rw-r--r-- 103.9 KB
tea.c -rw-r--r-- 7.3 KB
tgr192.c -rw-r--r-- 31.1 KB
twofish.c -rw-r--r-- 45.0 KB
wp512.c -rw-r--r-- 60.3 KB

back to top