Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9475
b: refs/heads/master
c: c215a16
h: refs/heads/master
i:
  9473: d25871b
  9471: 4661b39
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 30, 2005
1 parent a153ff4 commit 9a81e0e
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 4735885701d7c24ed54f35f5102d32b3aabee55e
refs/heads/master: c215a16a4ad620b612b51495cbb99dbbb59bb585
6 changes: 5 additions & 1 deletion trunk/arch/ppc64/kernel/bpa_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ get_iost_entry(unsigned long iopt_base, unsigned long io_address, unsigned page_
break;

default: /* not a known compile time constant */
BUILD_BUG_ON(1);
{
/* BUILD_BUG_ON() is not usable here */
extern void __get_iost_entry_bad_page_size(void);
__get_iost_entry_bad_page_size();
}
break;
}

Expand Down

0 comments on commit 9a81e0e

Please sign in to comment.