commit | 234bb549eea16ec7d5207ba747fb8dbf489e64c1 | [log] [tgz] |
---|---|---|
author | Jan Beulich <JBeulich@novell.com> | Thu Sep 02 13:46:34 2010 +0100 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Wed Sep 22 15:36:49 2010 -0700 |
tree | 14352587d407c328d490781d3b5e0f7f0d07fe71 | |
parent | 0f1cf415f00286a38f5ce35b459342dbfc895b50 [diff] |
x86, cleanups: Use clear_page/copy_page rather than memset/memcpy When operating on whole pages, use clear_page() and copy_page() in favor of memset() and memcpy(); after all that's what they are intended for. Signed-off-by: Jan Beulich <jbeulich@novell.com> LKML-Reference: <4C7FB8CA0200007800013F51@vpn.id2.novell.com> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>