[PATCH 4/4] ARM: highbank: fix build after cache flush change
Rob Herring
robherring2 at gmail.com
Thu May 2 15:39:11 EDT 2013
On 05/02/2013 12:23 PM, Arnd Bergmann wrote:
> Commit "ARM: cpu hotplug: remove majority of cache flushing from
> platforms" has removed the inclusion of asm/cacheflush.h from
> a number of files. Highbank still needs it because it calls
> flush_cache_louis().
AFAICT, the commit in question only showed up buried in a reply to
another thread and was never cc'ed to the relevant platform maintainers...
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> Cc: Russell King <rmk+kernel at arm.linux.org.uk>
> Cc: Rob Herring <rob.herring at calxeda.com>
> ---
I'd rather see the highbank changes dropped as this will all go away
with PSCI in 3.11, but:
Acked-by: Rob Herring <rob.herring at calxeda.com>
Rob
> arch/arm/mach-highbank/hotplug.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-highbank/hotplug.c b/arch/arm/mach-highbank/hotplug.c
> index 80957f4..a019e4e 100644
> --- a/arch/arm/mach-highbank/hotplug.c
> +++ b/arch/arm/mach-highbank/hotplug.c
> @@ -14,6 +14,7 @@
> * this program. If not, see <http://www.gnu.org/licenses/>.
> */
> #include <linux/kernel.h>
> +#include <asm/cacheflush.h>
>
> #include "core.h"
> #include "sysregs.h"
>
More information about the linux-arm-kernel
mailing list