Valgrind reports that we use cfg.cycle_count uninitialised, so zero the
cfg_t on construction.
Fixes: 52d2b28f7f10 ("ralloc: use rzalloc where it's necessary") Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Marek Olšák <marek.olsak@amd.com>