summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-07 03:26:43 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-07 03:26:43 +0200
commitcc25c8544e3b427dc25a825a6904e00a3170d001 (patch)
tree79d681043f9a789ef1af4dc8d36e9301df889264 /ncr-int.h
parent0970369455d02b2fe40567ac4cc93d1250b47bab (diff)
parentcb519ef9fc39d3ccb1272ec7685524443490ca54 (diff)
downloadcryptodev-linux-cc25c8544e3b427dc25a825a6904e00a3170d001.tar.gz
cryptodev-linux-cc25c8544e3b427dc25a825a6904e00a3170d001.tar.xz
cryptodev-linux-cc25c8544e3b427dc25a825a6904e00a3170d001.zip
Merge branch 'bugfixes'
Conflicts: ncr-int.h
Diffstat (limited to 'ncr-int.h')
-rw-r--r--ncr-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 008a89b..84bca9e 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -48,7 +48,7 @@ struct session_item_st {
struct page **pages;
unsigned array_size;
unsigned available_pages;
- struct semaphore mem_mutex; /* down when the
+ struct mutex mem_mutex; /* down when the
* values above are changed.
*/