Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308849
b: refs/heads/master
c: 3af684c
h: refs/heads/master
i:
  308847: 822ab45
v: v3
  • Loading branch information
Bjorn Helgaas authored and Linus Torvalds committed May 29, 2012
1 parent 3861b08 commit 79a9ecf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 365811d6f9bd98543bedc02b72d94f0f0faf3670
refs/heads/master: 3af684c7c5b3dddf7c5d83b8ad431380cdc6f164
8 changes: 3 additions & 5 deletions trunk/lib/swiotlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,9 @@ void swiotlb_print_info(void)
pstart = virt_to_phys(io_tlb_start);
pend = virt_to_phys(io_tlb_end);

printk(KERN_INFO "Placing %luMB software IO TLB between %p - %p\n",
bytes >> 20, io_tlb_start, io_tlb_end);
printk(KERN_INFO "software IO TLB at phys %#llx - %#llx\n",
(unsigned long long)pstart,
(unsigned long long)pend);
printk(KERN_INFO "software IO TLB [mem %#010llx-%#010llx] (%luMB) mapped at [%p-%p]\n",
(unsigned long long)pstart, (unsigned long long)pend - 1,
bytes >> 20, io_tlb_start, io_tlb_end - 1);
}

void __init swiotlb_init_with_tbl(char *tlb, unsigned long nslabs, int verbose)
Expand Down

0 comments on commit 79a9ecf

Please sign in to comment.