From 5c85cd9b3fede432367f7251f67739c5b2a836a4 Mon Sep 17 00:00:00 2001 From: Attilio Rao Date: Tue, 21 Aug 2012 21:22:41 +0100 Subject: [PATCH] --- yaml --- r: 324031 b: refs/heads/master c: 64282278989d5b0398dcb3ba7904cb00c621dc35 h: refs/heads/master i: 324029: 5d11b42ded42d14d8b3f45179047561d7d158dc2 324027: bb4374e7442d0ea1fe5a1a82f46f49e72838ab1d 324023: e79375ffc89785baac1d4a8bd12b5d53767698e0 324015: 5a979507beb2a22b874686fc85aee263b354dca0 323999: 897b1d1db99ff3269a9eb6d2822d6c573063a258 323967: 7438258a8fcb87e6e4d2f0254055510c5a09938c v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/x86_init.h | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5a1c5f1c3337..d24a9abfa693 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c711288727a62f74d48032e56e51333dd104bf58 +refs/heads/master: 64282278989d5b0398dcb3ba7904cb00c621dc35 diff --git a/trunk/arch/x86/include/asm/x86_init.h b/trunk/arch/x86/include/asm/x86_init.h index 995ea5c3fbf4..57693498519c 100644 --- a/trunk/arch/x86/include/asm/x86_init.h +++ b/trunk/arch/x86/include/asm/x86_init.h @@ -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);