Fix for building libzpool under i386.

Reviewed by:	pjd (mentor)
Approved by:	pjd (mentor)
MFC after:	2 weeks
This commit is contained in:
Steven Hartland 2013-03-21 23:06:11 +00:00
parent 2883fbd521
commit def84b9736

View File

@ -44,7 +44,7 @@
atomic_add_64(&(tm)->tm_bytes, (size))
#define TRIM_MAP_SDEC(tm, size) \
atomic_subtract_64(&(tm)->tm_bytes, (size))
atomic_add_64(&(tm)->tm_bytes, -(size))
#define TRIM_MAP_QINC(tm) \
atomic_inc_64(&(tm)->tm_pending); \