]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mips: zero out pg_data_t when it's allocated
authorMinchan Kim <minchan@kernel.org>
Tue, 31 Jul 2012 23:46:11 +0000 (16:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 Aug 2012 01:42:49 +0000 (18:42 -0700)
commit93180cec0064d072a984f91c429c5e6bcc816976
tree3afab9e80f4df5fac7d222a3c60fc1d626a3a8e6
parent69980e31754ef23307d51372e61bf7c2584f8a4b
mips: zero out pg_data_t when it's allocated

This patch is preparation for the next patch which removes the zeroing of
the pg_data_t in core MM.  All archs except MIPS already do this.

Signed-off-by: Minchan Kim <minchan@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mips/sgi-ip27/ip27-memory.c