Specify missing return type
This commit is contained in:
parent
ec30f25d0c
commit
19ff96081c
|
|
@ -928,7 +928,7 @@ void i386_freepde(int pde)
|
||||||
freepdes[nfreepdes++] = pde;
|
freepdes[nfreepdes++] = pde;
|
||||||
}
|
}
|
||||||
|
|
||||||
PUBLIC arch_phys_map(int index, phys_bytes *addr, phys_bytes *len, int *flags)
|
PUBLIC int arch_phys_map(int index, phys_bytes *addr, phys_bytes *len, int *flags)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_APIC
|
#ifdef CONFIG_APIC
|
||||||
/* map the local APIC if enabled */
|
/* map the local APIC if enabled */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user