From: Martin Schwidefsky Date: Sat, 26 Jan 2008 13:10:58 +0000 (+0100) Subject: [S390] Fix tlb flushing with idte. X-Git-Tag: v2.6.25-rc1~1228^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f457e1a149eb39ee58d51913e8023fc27c52806;p=pandora-kernel.git [S390] Fix tlb flushing with idte. The clear-by-asce operation of the idte instruction gets an asce (address-space-control-element) as argument to specify which TLBs need to get flushed. The current code passes a plain pointer to the start of the pgd without the additional bits which would make the pointer an asce. The current machines don't mind the difference but a future model might want to use the designation type control bits in the asce as a filter for the TLBs to flush. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed