mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
x86: Document x86_init.paging.pagetable_init()
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>
This commit is contained in:
parent
c711288727
commit
6428227898
1 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue