Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/arm/s3c2xx0
Module Name: src
Committed By: matt
Date: Wed Nov 19 06:37:51 UTC 2008
Modified Files:
src/sys/arch/arm/s3c2xx0: s3c2410_intr.c
Log Message:
Don't use atomic_{set,clear}_bit nor any atomic op. These used to wrap
atomic_{clear,set}_bit around munging a device register and that is clearly
wrong. Instead directly manipulate the CPSR to disable interrupts.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/arm/s3c2xx0/s3c2410_intr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index