No need to cpu_dcache_wbinv_all now that a9_mpsubr.S invalidates L1 only

as it should
This commit is contained in:
skrll 2015-05-31 08:13:18 +00:00
parent 81e568b8d1
commit 9014cc8d38

View File

@ -1,4 +1,4 @@
/* $NetBSD: rpi_machdep.c,v 1.65 2015/05/27 09:40:51 jmcneill Exp $ */
/* $NetBSD: rpi_machdep.c,v 1.66 2015/05/31 08:13:18 skrll Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.65 2015/05/27 09:40:51 jmcneill Exp $");
__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.66 2015/05/31 08:13:18 skrll Exp $");
#include "opt_arm_debug.h"
#include "opt_bcm283x.h"
@ -503,8 +503,6 @@ rpi_bootstrap(void)
extern void cortex_mpstart(void);
cpu_dcache_wbinv_all();
for (size_t i = 1; i < arm_cpu_max; i++) {
bus_space_tag_t iot = &bcm2835_bs_tag;
bus_space_handle_t ioh = BCM2836_ARM_LOCAL_VBASE;