search for: f404188

Displaying 1 result from an estimated 1 matches for "f404188".

Did you mean: 404188
2006 Feb 14
2
[rfc patch] mman.h remove asm/page.h include
...arning: belows patch is only compile and runtime tested on x86, but i didn't see any PAGE_SIZE usage in the klibc tree.. please tell which way is preferred and i get this patch more testing or i'll do the other way round? diff --git a/include/sys/mman.h b/include/sys/mman.h index 7f8f3e2..f404188 100644 --- a/include/sys/mman.h +++ b/include/sys/mman.h @@ -8,7 +8,6 @@ #include <klibc/extern.h> #include <sys/types.h> #include <asm/mman.h> -#include <asm/page.h> /* For PAGE_SIZE */ #define MAP_FAILED ((void *)-1)