Nits with the compiler.
This commit is contained in:
parent
36eda040d4
commit
8b73dcc250
3 changed files with 4 additions and 5 deletions
|
|
@ -67,7 +67,7 @@ int elf_check_arch(Elf_ehdr *ehdr)
|
|||
|
||||
}
|
||||
|
||||
void jmp_to_elf_entry(void *entry, void *buffer)
|
||||
void jmp_to_elf_entry(void *entry, unsigned long buffer)
|
||||
{
|
||||
extern unsigned char _ram_seg, _eram_seg;
|
||||
unsigned long lb_start, lb_size;
|
||||
|
|
|
|||
|
|
@ -88,8 +88,8 @@ int start_cpu(unsigned long apicid)
|
|||
int timeout;
|
||||
unsigned long send_status, accept_status, start_eip;
|
||||
int j, num_starts, maxlvt;
|
||||
extern char _start[], _estart[];
|
||||
extern char reboot_halt[];
|
||||
//extern char _start[], _estart[];
|
||||
//extern char reboot_halt[];
|
||||
extern char _secondary_start[];
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -390,8 +390,7 @@ int pcibios_find_device (unsigned short vendor, unsigned short dev_id,
|
|||
unsigned char *dev_fn);
|
||||
|
||||
/* Generic PCI interface functions */
|
||||
|
||||
void pci_initiailize(void);
|
||||
void pci_initialize(void);
|
||||
unsigned int pci_scan_bus(struct pci_dev *bus, unsigned int max);
|
||||
unsigned int pci_scan_bridge(struct pci_dev *bus, unsigned int max);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue