Remove some warnings.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4686 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -37,10 +37,11 @@ char *lowmem_backup_ptr;
|
||||
int lowmem_backup_size;
|
||||
#endif
|
||||
|
||||
extern char _secondary_start[];
|
||||
|
||||
static void copy_secondary_start_to_1m_below(void)
|
||||
{
|
||||
#if CONFIG_RAMBASE >= 0x100000
|
||||
extern char _secondary_start[];
|
||||
extern char _secondary_start_end[];
|
||||
unsigned long code_size;
|
||||
unsigned long start_eip;
|
||||
@@ -74,7 +75,6 @@ static int lapic_start_cpu(unsigned long apicid)
|
||||
int timeout;
|
||||
unsigned long send_status, accept_status, start_eip;
|
||||
int j, num_starts, maxlvt;
|
||||
extern char _secondary_start[];
|
||||
|
||||
/*
|
||||
* Starting actual IPI sequence...
|
||||
|
Reference in New Issue
Block a user