Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356208
b: refs/heads/master
c: ddd3509
h: refs/heads/master
v: v3
  • Loading branch information
Stefano Stabellini authored and H. Peter Anvin committed Nov 17, 2012
1 parent 4509840 commit 856d279
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22c8ca2ac256bb681be791858b35502b5d37e73b
refs/heads/master: ddd3509df8f8d4f1cf4784f559d702ce00dc8846
9 changes: 9 additions & 0 deletions trunk/arch/x86/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ unsigned long __meminitdata pgt_buf_top;

static unsigned long min_pfn_mapped;

/*
* Pages returned are already directly mapped.
*
* Changing that is likely to break Xen, see commit:
*
* 279b706 x86,xen: introduce x86_init.mapping.pagetable_reserve
*
* for detailed information.
*/
__ref void *alloc_low_pages(unsigned int num)
{
unsigned long pfn;
Expand Down

0 comments on commit 856d279

Please sign in to comment.