swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 authored by Linus Torvalds on 16 August 2014, 16:40:26 UTC
Linux 3.17-rc1
Tip revision: 7d1311b
mutex.h
#ifndef __ASM_GENERIC_MUTEX_H
#define __ASM_GENERIC_MUTEX_H
/*
 * Pull in the generic implementation for the mutex fastpath,
 * which is a reasonable default on many architectures.
 */

#include <asm-generic/mutex-dec.h>
#endif /* __ASM_GENERIC_MUTEX_H */
back to top