commit | 145106e81090fcdfb57b7f2e90b98c6445b6f33d | [log] [tgz] |
---|---|---|
author | Muli Ben-Yehuda <muli@il.ibm.com> | Tue Sep 26 10:52:32 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:32 2006 +0200 |
tree | dc6b0a457fa38daf7032764ba44f03d14563c4d8 | |
parent | 29a6c25bd63dbd52e73d25268402d065ad84c0fe [diff] |
[PATCH] remove superflous BUG_ON's in nommu and gart There's no need to check for invalid DMA data direction in nommu and gart since we do it in dma-mapping.h anyway before calling the individual dma-ops. Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com> Signed-off-by: Andi Kleen <ak@suse.de>