ia64 counter part of 652:
4dc80607377d.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
io_tlb_nslabs = ALIGN(io_tlb_nslabs, IO_TLB_SEGSIZE);
}
-#ifdef CONFIG_XEN
- if (is_running_on_xen())
- io_tlb_nslabs = roundup_pow_of_two(io_tlb_nslabs);
-#endif
/*
* Get IO TLB memory from the low pages
*/
io_tlb_nslabs = ALIGN(io_tlb_nslabs, IO_TLB_SEGSIZE);
}
-#ifdef CONFIG_XEN
- if (is_running_on_xen())
- io_tlb_nslabs = roundup_pow_of_two(io_tlb_nslabs);
-#endif
/*
* Get IO TLB memory from the low pages
*/