Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17841
b: refs/heads/master
c: 5cdb820
h: refs/heads/master
i:
  17839: b3b74e6
v: v3
  • Loading branch information
Grant Grundler authored and Kyle McMartin committed Jan 11, 2006
1 parent cf176c0 commit 9057f97
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 6ca45a24ccb847251f71aec8906746d33e99f33e
refs/heads/master: 5cdb8205e917c09fd1348e4b22e26492e8c45b36
7 changes: 7 additions & 0 deletions trunk/arch/parisc/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,13 @@ static void __init setup_bootmem(void)
max_pfn = start_pfn + npages;
}

/* IOMMU is always used to access "high mem" on those boxes
* that can support enough mem that a PCI device couldn't
* directly DMA to any physical addresses.
* ISA DMA support will need to revisit this.
*/
max_low_pfn = max_pfn;

if ((bootmap_pfn - bootmap_start_pfn) != bootmap_pages) {
printk(KERN_WARNING "WARNING! bootmap sizing is messed up!\n");
BUG();
Expand Down

0 comments on commit 9057f97

Please sign in to comment.