Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91021
b: refs/heads/master
c: d741bde
h: refs/heads/master
i:
  91019: b4f83ad
v: v3
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Apr 19, 2008
1 parent 0a4c3ec commit 64f70c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: 5b3e5b7273435f8a7f83d3556a09adfd6f247e36
refs/heads/master: d741bde26dc3444eaeb269051d3f0b623b24de13
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/pci-base_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ static int pci32_dma_map_sg(struct device *dev, struct scatterlist *sglist,
BUG_ON(!sg_page(sg));

sg->dma_address = sg_phys(sg);
sg->dma_length = sg->length;
}

flush_write_buffers();
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/asm-x86/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ struct scatterlist {
unsigned int offset;
unsigned int length;
dma_addr_t dma_address;
#ifdef CONFIG_X86_64
unsigned int dma_length;
#endif
};

#define ARCH_HAS_SG_CHAIN
Expand Down

0 comments on commit 64f70c2

Please sign in to comment.