From: Sebastian Ott Date: Thu, 23 May 2013 09:55:07 +0000 (+0200) Subject: s390: remove virt_to_phys implementation X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~39^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92820a5f99748b02a3713a314d81e2fd0b6b2f80;p=pandora-kernel.git s390: remove virt_to_phys implementation virt_to_phys on s390 currently uses the LRA instruction to translate virtual to physical addresses. This creates an unnecessary overhead and caused trouble with dma debugging code (when called with an address pointing to a already unmapped page). Just get rid of s390's implementation and use the one from asm-generic/io.h . Note: with this change virt_to_phys will no longer work on vmalloc'ed addresses. Reviewed-by: Gerald Schaefer Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed