Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120815
b: refs/heads/master
c: 8808500
h: refs/heads/master
i:
  120813: c807a2e
  120811: f2c21a5
  120807: 75a4ca8
  120799: 49c1e58
v: v3
  • Loading branch information
Ingo Molnar committed Dec 12, 2008
1 parent c8f60a2 commit dfee799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 5f5db591326779a80cfe490c5d6b6ce9fac08b31
refs/heads/master: 8808500f26a61757cb414da76b271bbd09d5958c
3 changes: 2 additions & 1 deletion trunk/arch/x86/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ static void __iomem *__ioremap_caller(resource_size_t phys_addr,
* Check if the request spans more than any BAR in the iomem resource
* tree.
*/
WARN_ON(iomem_map_sanity_check(phys_addr, size));
WARN_ONCE(iomem_map_sanity_check(phys_addr, size),
KERN_INFO "Info: mapping multiple BARs. Your kernel is fine.");

/*
* Don't allow anybody to remap normal RAM that we're using..
Expand Down

0 comments on commit dfee799

Please sign in to comment.