mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
62639c2f53
Support for SMP bringup of the B15 CPUs on Broadcom STB chips was added in commit4fbe66d990
but was reverted in commitfc3e825fa9
to address some late review comments. This reintroduces SMP support. Signed-off-by: Marc Carino <marc.ceeeee@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
20 lines
614 B
C
20 lines
614 B
C
/*
|
|
* Copyright (C) 2013-2014 Broadcom Corporation
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License as
|
|
* published by the Free Software Foundation version 2.
|
|
*
|
|
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
|
|
* kind, whether express or implied; without even the implied warranty
|
|
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#ifndef __BRCMSTB_H__
|
|
#define __BRCMSTB_H__
|
|
|
|
void brcmstb_secondary_startup(void);
|
|
|
|
#endif /* __BRCMSTB_H__ */
|