Specify missing return type

This commit is contained in:
Erik van der Kouwe 2010-03-19 19:07:00 +00:00
parent ec30f25d0c
commit 19ff96081c

View File

@ -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 */