Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63897
b: refs/heads/master
c: 02a5e0a
h: refs/heads/master
i:
  63895: 442eb75
v: v3
  • Loading branch information
David Howells authored and Jens Axboe committed Aug 11, 2007
1 parent 5d81336 commit 7184016
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a6b3a93e15b2925a151e9ae13dcb93ad7b3e48aa
refs/heads/master: 02a5e0acb3cb85d80d0fe834e366d38a92bbaa22
3 changes: 3 additions & 0 deletions trunk/include/linux/bio.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <linux/mempool.h>
#include <linux/ioprio.h>

#ifdef CONFIG_BLOCK

/* Platforms may set this to teach the BIO layer about IOMMU hardware. */
#include <asm/io.h>

Expand Down Expand Up @@ -361,4 +363,5 @@ static inline char *__bio_kmap_irq(struct bio *bio, unsigned short idx,
__bio_kmap_irq((bio), (bio)->bi_idx, (flags))
#define bio_kunmap_irq(buf,flags) __bio_kunmap_irq(buf, flags)

#endif /* CONFIG_BLOCK */
#endif /* __LINUX_BIO_H */

0 comments on commit 7184016

Please sign in to comment.