From: Chris Metcalf Date: Thu, 29 Mar 2012 19:25:59 +0000 (-0400) Subject: arch/tile: support header for cacheflush() syscall X-Git-Tag: v3.5-rc1~76^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd6f32aa088f4d328e676c35f51b440f2fe5b98c;p=pandora-kernel.git arch/tile: support header for cacheflush() syscall We already had a syscall that did some dcache flushing, but it was not used in practice. Make it MIPS compatible instead so it can do both the DCACHE and ICACHE actions. We have code that wants to be able to use the ICACHE flush mode from userspace so this change enables that. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed