[IA64] perfmon: Change vmalloc to vzalloc and drop memset.
authorJesper Juhl <jj@chaosbits.net>
Sat, 30 Oct 2010 19:35:58 +0000 (21:35 +0200)
committerTony Luck <tony.luck@intel.com>
Tue, 28 Dec 2010 22:13:36 +0000 (14:13 -0800)
vzalloc() nicely zeroes memory for us, so we don't have to do a vmalloc()
and then manually memset() the returned memory when all we want is for it
to be zero. Patch changes this for pfm_rvmalloc().

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found