Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72004
b: refs/heads/master
c: f9527f1
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Oct 22, 2007
1 parent 9501bbd commit de93cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fa05f1286be25a8ce915c5dd492aea61126b3f33
refs/heads/master: f9527f121bd42c5d300815fbf12216bc1a63f60f
2 changes: 1 addition & 1 deletion trunk/lib/swiotlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define OFFSET(val,align) ((unsigned long) \
( (val) & ( (align) - 1)))

#define SG_ENT_VIRT_ADDRESS(sg) (page_address((sg)->page) + (sg)->offset)
#define SG_ENT_VIRT_ADDRESS(sg) (sg_virt((sg)))
#define SG_ENT_PHYS_ADDRESS(sg) virt_to_bus(SG_ENT_VIRT_ADDRESS(sg))

/*
Expand Down

0 comments on commit de93cc1

Please sign in to comment.