commit | 93180cec0064d072a984f91c429c5e6bcc816976 | [log] [tgz] |
---|---|---|
author | Minchan Kim <minchan@kernel.org> | Tue Jul 31 16:46:11 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jul 31 18:42:49 2012 -0700 |
tree | 3afab9e80f4df5fac7d222a3c60fc1d626a3a8e6 | |
parent | 69980e31754ef23307d51372e61bf7c2584f8a4b [diff] |
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>