Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64282278 authored by Attilio Rao's avatar Attilio Rao Committed by Thomas Gleixner
Browse files

x86: Document x86_init.paging.pagetable_init()



Signed-off-by: default avatarAttilio Rao <attilio.rao@citrix.com>
Acked-by: default avatar <konrad.wilk@oracle.com>
Cc: <Ian.Campbell@citrix.com>
Cc: <Stefano.Stabellini@eu.citrix.com>
Cc: <xen-devel@lists.xensource.com>
Link: http://lkml.kernel.org/r/1345580561-8506-6-git-send-email-attilio.rao@citrix.com


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent c7112887
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -81,7 +81,10 @@ struct x86_init_mapping {

/**
 * struct x86_init_paging - platform specific paging functions
 * @pagetable_init:		platform specific paging initialization call
 * @pagetable_init:	platform specific paging initialization call to setup
 *			the kernel pagetables and prepare accessors functions.
 *			Callback must call paging_init(). Called once after the
 *			direct mapping for phys memory is available.
 */
struct x86_init_paging {
	void (*pagetable_init)(void);