Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356205
b: refs/heads/master
c: 9985b4c
h: refs/heads/master
i:
  356203: eb758bf
v: v3
  • Loading branch information
Yinghai Lu authored and H. Peter Anvin committed Nov 17, 2012
1 parent 980b974 commit f02e379
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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: 5c51bdbe4c74dce7996d0bbfa39974775cc3f13c
refs/heads/master: 9985b4c6fa7d660f685918a58282275e9e35d8e0
1 change: 0 additions & 1 deletion trunk/arch/x86/include/asm/page_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ extern int devmem_is_allowed(unsigned long pagenr);

extern unsigned long max_low_pfn_mapped;
extern unsigned long max_pfn_mapped;
extern unsigned long min_pfn_mapped;

static inline phys_addr_t get_max_mapped(void)
{
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
*/
unsigned long max_low_pfn_mapped;
unsigned long max_pfn_mapped;
unsigned long min_pfn_mapped;

#ifdef CONFIG_DMI
RESERVE_BRK(dmi_alloc, 65536);
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/x86/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ unsigned long __initdata pgt_buf_start;
unsigned long __meminitdata pgt_buf_end;
unsigned long __meminitdata pgt_buf_top;

static unsigned long min_pfn_mapped;

__ref void *alloc_low_page(void)
{
unsigned long pfn;
Expand Down

0 comments on commit f02e379

Please sign in to comment.