2 * Copyright (C) 2015, Broadcom Corporation
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
9 #include <linux/linkage.h>
10 #include <linux/init.h>
11 #include <asm/assembler.h>
13 ENTRY(bcm63138_secondary_startup)
16 * L1 cache does have unpredictable contents at power-up clean its
17 * contents without flushing
23 ENDPROC(bcm63138_secondary_startup)