Re: [Patch Part1 V3 09/20] iommu/vt-d: mark internal functions as static

2014-01-08 Thread Jiang Liu
Hi Joerg, Thanks for fix up this issue! I forgot to test the changes against IA64 platform. There's another issue related to IA64, I will send out the patch soon. I have setup cross compilation environment for IA64 and verified all changes passing compilation tests. Thanks! Gerry On 2014/

Re: [Patch Part1 V3 09/20] iommu/vt-d: mark internal functions as static

2014-01-07 Thread Joerg Roedel
On Mon, Jan 06, 2014 at 02:18:16PM +0800, Jiang Liu wrote: > Function detect_intel_iommu()/alloc_iommu()/parse_ioapics_under_ir() > are only used internally, so mark them as static. Doesn't seem to be true for detect_intel_iommu which is used in ia64 setup code, no? Joerg -- To unsubsc