Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91009
b: refs/heads/master
c: b48ee71
h: refs/heads/master
i:
  91007: dbd86ed
v: v3
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Apr 19, 2008
1 parent 6f14628 commit a995f8d
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: 802c1f6648aeb3eea670b4ef8b10014169b65699
refs/heads/master: b48ee7135230ac43b6820d59a784ac0bd51ae552
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/dma-mapping_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dma_get_cache_alignment(void)
{
/* no easy way to get cache size on all x86, so return the
* maximum possible, to be safe */
return (1 << INTERNODE_CACHE_SHIFT);
return boot_cpu_data.x86_clflush_size;
}

#define dma_is_consistent(d, h) (1)
Expand Down

0 comments on commit a995f8d

Please sign in to comment.