]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Initial values for min and max aggregate functions were incorrectly set to be
authorKris Van Hees <kris.van.hees@oracle.com>
Thu, 12 Jan 2012 20:15:15 +0000 (15:15 -0500)
committerKris Van Hees <kris.van.hees@oracle.com>
Thu, 12 Jan 2012 20:15:15 +0000 (15:15 -0500)
commit0564ebf3c4bc4f5ed90e05c2fcc722612d279bfe
tree1e6ab6188a7287b6c1ee6aeca93cbfd8145907ad
parent46a1f44dd2dee50ada908e8cb969ab334e0f6ae9
Initial values for min and max aggregate functions were incorrectly set to be
UINT64 values rather than INT64 values, causing the initial minimum value to
be -1, and the initial maximum value to be 0.  Corrected to be INT64 values.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/dtrace_ecb.c