From: Kris Van Hees Date: Thu, 12 Jan 2012 22:34:35 +0000 (-0500) Subject: Forgot to commit the changes to the header file. X-Git-Tag: v4.1.12-111.0.20170907_2225~3^2~3^2~198 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=21763951b02b8ec59bd8790e4ea1d2cc9ee4d1ea;p=users%2Fjedix%2Flinux-maple.git Forgot to commit the changes to the header file. Signed-off-by: Kris Van Hees --- diff --git a/dtrace/dtrace.h b/dtrace/dtrace.h index f981edc634a29..a55f7898187d1 100644 --- a/dtrace/dtrace.h +++ b/dtrace/dtrace.h @@ -23,6 +23,7 @@ #define UINT64_MAX (~0ULL) #define UINT64_MIN (0) #define INT64_MAX ((long long)(~0ULL>>1)) +#define INT64_MIN (-INT64_MAX - 1LL) #define NBBY (__BITS_PER_LONG / sizeof (long)) @@ -798,6 +799,7 @@ struct dtrace_state { dtrace_speculation_t *dts_speculations; int dts_nspeculations; struct idr dts_agg_idr; + int dts_naggs; uint64_t dts_errors; uint32_t dts_speculations_busy; uint32_t dts_speculations_unavail;