From 19ff96081c0d42981e5c8ee29f53593998ef3898 Mon Sep 17 00:00:00 2001 From: Erik van der Kouwe Date: Fri, 19 Mar 2010 19:07:00 +0000 Subject: [PATCH] Specify missing return type --- kernel/arch/i386/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/arch/i386/memory.c b/kernel/arch/i386/memory.c index 5cfb7e053..ab20ecbc3 100644 --- a/kernel/arch/i386/memory.c +++ b/kernel/arch/i386/memory.c @@ -928,7 +928,7 @@ void i386_freepde(int 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 /* map the local APIC if enabled */ -- 2.44.0