Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356213
b: refs/heads/master
c: c8dcdb9
h: refs/heads/master
i:
  356211: a718ceb
v: v3
  • Loading branch information
Yinghai Lu authored and H. Peter Anvin committed Nov 17, 2012
1 parent f816077 commit 2b887e8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 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: f836e35a98ab3b2f0d4c8730610e4a4a7f533505
refs/heads/master: c8dcdb9ce463ad4a660099a74a850f4f6fc81c41
16 changes: 3 additions & 13 deletions trunk/arch/x86/include/asm/init.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
#ifndef _ASM_X86_INIT_32_H
#define _ASM_X86_INIT_32_H
#ifndef _ASM_X86_INIT_H
#define _ASM_X86_INIT_H

#ifdef CONFIG_X86_32
extern void __init early_ioremap_page_table_range_init(void);
#endif

extern void __init zone_sizes_init(void);

extern unsigned long __init
kernel_physical_mapping_init(unsigned long start,
unsigned long end,
unsigned long page_size_mask);

#endif /* _ASM_X86_INIT_32_H */
#endif /* _ASM_X86_INIT_H */
7 changes: 7 additions & 0 deletions trunk/arch/x86/mm/mm_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ static inline void *alloc_low_page(void)
return alloc_low_pages(1);
}

void early_ioremap_page_table_range_init(void);

unsigned long kernel_physical_mapping_init(unsigned long start,
unsigned long end,
unsigned long page_size_mask);
void zone_sizes_init(void);

#endif /* __X86_MM_INTERNAL_H */

0 comments on commit 2b887e8

Please sign in to comment.