Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-29 | [CRIS] Move header files from include to arch/cris/include. | Jesper Nilsson | |
Change all users of header files to correct path. Remove some unneeded headers for arch-v32. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com> | |||
2006-01-09 | [PATCH] mutex subsystem, add default include/asm-*/mutex.h files | Arjan van de Ven | |
add the per-arch mutex.h files for the remaining architectures. We default to asm-generic/mutex-dec.h, because that performs quite well on most arches. Arches that do not have atomic decrement/increment instructions should switch to mutex-xchg.h instead. Arches can also provide their own implementation for the mutex fastpath primitives. Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> |