Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324031
b: refs/heads/master
c: 6428227
h: refs/heads/master
i:
  324029: 5d11b42
  324027: bb4374e
  324023: e79375f
  324015: 5a97950
  323999: 897b1d1
  323967: 7438258
v: v3
  • Loading branch information
Attilio Rao authored and Thomas Gleixner committed Sep 12, 2012
1 parent fc8d677 commit 5c85cd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c711288727a62f74d48032e56e51333dd104bf58
refs/heads/master: 64282278989d5b0398dcb3ba7904cb00c621dc35
5 changes: 4 additions & 1 deletion trunk/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 5c85cd9

Please sign in to comment.