for platforms with no native atomics we use a mutex. well,
fine, but without defining kernel mutexes, that doesn't work so
well.
Change-Id: Ia85e24aad8684a3855511de9548acee4ab86e83e
Reviewed-on: http://gerrit.openafs.org/2890
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
#include <string.h>
#endif
+#ifdef KERNEL
+/* no kmutex, no atomic emulation...*/
+#include "rx/rx_kcommon.h"
+#else
#include "rx.h"
+#endif
#include "rx_atomic.h"
#include "rx_stats.h"