]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: page.h: unify page copying and clearing
authorJeremy Fitzhardinge <jeremy@goop.org>
Wed, 30 Jan 2008 12:32:42 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:42 +0000 (13:32 +0100)
commit345b904c3f7c24fbfadfee7cddd5896d13b176d9
tree4911361d43625a3d05e29149186ec286c3e5f1e7
parent83a5101bf2fa7dcf09ffd436078a021d32c97f85
x86: page.h: unify page copying and clearing

# HG changeset patch
# User Jeremy Fitzhardinge <jeremy@xensource.com>
# Date 1199317362 28800
# Node ID 4d9a413a0f4c1d98dbea704f0366457b5117045d
# Parent  ba0ec40a50a7aef1a3153cea124c35e261f5a2df
x86: page.h: unify page copying and clearing

Move, and to some extent unify, the various page copying and clearing
functions.  The only unification here is that both architectures use
the same function for copying/clearing user and kernel pages.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/page.h
include/asm-x86/page_32.h
include/asm-x86/page_64.h