diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-07-08 00:37:23 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-07-08 00:37:23 +0000 |
commit | 817d7542f708215c4128b6cdc39ca7d7e1256b26 (patch) | |
tree | 596110d1ac02584dab0e8149011e85d5af37e610 /src/include | |
parent | 5e33e827083abe332cf404793d33fa2152a95bab (diff) |
get rid of even more fam10 and k8 warnings.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5659 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cpu/amd/multicore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cpu/amd/multicore.h b/src/include/cpu/amd/multicore.h index 21cb23c9eb..5441c30cd3 100644 --- a/src/include/cpu/amd/multicore.h +++ b/src/include/cpu/amd/multicore.h @@ -41,6 +41,8 @@ void amd_sibling_init(struct device *cpu); #else void wait_all_other_cores_started(u32 bsp_apicid); void wait_all_aps_started(u32 bsp_apicid); +void allow_all_aps_stop(u32 bsp_apicid); #endif +u32 get_initial_apicid(void); #endif /* CPU_AMD_QUADCORE_H */ |