From: Vineet Gupta Date: Thu, 5 Sep 2013 07:33:35 +0000 (+0530) Subject: ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routine X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~45^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e4de327403cee6f76c0dca1b45d6fb0b08daf4;p=pandora-kernel.git ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routine ARC dcache supports 3 ops - Inv, Flush, Flush-n-Inv. The programming model however provides 2 commands FLUSH, INV. INV will either discard or flush-n-discard (based on DT_CTRL bit) The leaf helper __dc_line_loop() used to take the AUX register (corresponding to the 2 commands). Now we push that to within the helper, paving way for code consolidations to follow. Signed-off-by: Vineet Gupta --- Reading git-diff-tree failed