diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-10-15 08:42:21 (GMT) |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-05-17 19:15:39 (GMT) |
commit | b1f3bb494e8acddeb972331c2ac642b3c7bceeb9 (patch) | |
tree | 3f04922eb7c5301810db28dd0546293b0bf846ae /arch/um | |
parent | e40152ee1e1c7a63f4777791863215e3faa37a86 (diff) | |
download | linux-fsl-qoriq-b1f3bb494e8acddeb972331c2ac642b3c7bceeb9.tar.xz |
m68k: Remove BKL from rtc implementations
m68k does not support SMP. The access to the rtc is already serialized
with local_irq_save/restore which is sufficient on UP.
The open() protection in arch/m68k/mvme16x/rtc.c is not pretty but
sufficient on UP and safe w/o the BKL.
open() in arch/m68k/bvme6000/rtc.c can do with the same atomic logic
as arch/m68k/mvme16x/rtc.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/um')
0 files changed, 0 insertions, 0 deletions