oprofile: fix an overflow in ppro code

reset_value was changed from long to u64 in commit
b991702884 (oprofile: Implement Intel
architectural perfmon support)

But dynamic allocation of this array use a wrong type (long instead of
u64)

Cc: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
Eric Dumazet 2008-11-10 09:05:37 +01:00 committed by Robert Richter
commit a4a16beade