]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 19 Apr 2012 18:32:50 +0000 (19:32 +0100)
commite65b906a18f573f5210f4e581cc29726b8afc58d
tree5fe2bc364545bc323a5d73f3b8c1572353914d78
parent740b2d3017bc8c0c65f4841f65aee0feba479636
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>
arch/arm/include/asm/cacheflush.h
arch/arm/kernel/traps.c