Skip to content

Commit

Permalink
x86: Document x86_init.paging.pagetable_init()
Browse files Browse the repository at this point in the history
Signed-off-by: Attilio Rao <attilio.rao@citrix.com>
Acked-by: <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: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Attilio Rao authored and Thomas Gleixner committed Sep 12, 2012
1 parent c711288 commit 6428227
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/x86/include/asm/x86_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6428227

Please sign in to comment.