From ee3f6ba896c7e62004b677b0018a0b29b9b26472 Mon Sep 17 00:00:00 2001 From: Alexander Duyck Date: Mon, 15 Oct 2012 10:19:34 -0700 Subject: [PATCH] swiotlb: Make io_tlb_overflow_buffer a physical address This change makes it so that we can avoid virt_to_phys overhead when using the io_tlb_overflow_buffer. My original plan was to completely remove the value and replace it with a constant but I had seen that there were recent patches that stated this couldn't be done until all device drivers that depended on that functionality be updated. Signed-off-by: Alexander Duyck Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-format-patch failed