UPSTREAM: ARM: 7365/1: drop unused parameter from flush_cache_user_range
authorDima Zavin <dima@android.com>
Thu, 29 Mar 2012 19:44:06 +0000 (20:44 +0100)
committerOlof Johansson <olofj@chromium.org>
Wed, 20 Jun 2012 19:08:02 +0000 (12:08 -0700)
commit1095383bb45cbd8b0033dceb84fa0112f7e84c60
tree1e7fcece6baee14aa4db91b2344f9d5251ff769a
parent0823144a627a2fd86ece6b019a0a3fc8b6f93e1d
UPSTREAM: ARM: 7365/1: drop unused parameter from flush_cache_user_range

vma isn't used and flush_cache_user_range isn't a standard macro that
is used on several archs with the same prototype. In fact only unicore32
has a macro with the same name (with an identical implementation and no
in-tree users).

This is a part of a patch proposed by Dima Zavin (with Message-id:
1272439931-12795-1-git-send-email-dima@android.com) that didn't get
accepted.

Cc: Dima Zavin <dima@android.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
(cherry picked from commit 4542b6a0fa6b48d9ae6b41c1efeb618b7a221b2a)

BUG=none
TEST=none

Change-Id: I135e80e60ede987f234b914f4371c24894a695af
Signed-off-by: Olof Johansson <olofj@chromium.org>
Reviewed-on: https://gerrit-int.chromium.org/19421
Reviewed-by: Doug Anderson <dianders@google.com>
Commit-Ready: Olof Johansson <olofj@google.com>
Tested-by: Olof Johansson <olofj@google.com>
arch/arm/include/asm/cacheflush.h
arch/arm/kernel/traps.c