commit | 67131ad0514d7105b55003a0506209cf1bba3f00 | [log] [tgz] |
---|---|---|
author | Becky Bruce <beckyb@kernel.crashing.org> | Wed Apr 08 09:09:16 2009 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Apr 08 16:18:35 2009 +0200 |
tree | 90eae2a0abf10029ec098b068b92db95feba6c50 | |
parent | ceb5ac3264686e75e6951de6a18d4baa9bdecb92 [diff] |
swiotlb: fix compile warning Squash a build warning seen on 32-bit powerpc caused by calling min() with 2 different types. Use min_t() instead. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Acked-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Cc: jeremy@goop.org Cc: ian.campbell@citrix.com LKML-Reference: <1239199761-22886-3-git-send-email-galak@kernel.crashing.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>