From: Paul M. <le...@us...> - 2006-09-06 16:51:20
|
Update of /cvsroot/linuxsh/linux/include/asm-sh In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6764/include/asm-sh Modified Files: cacheflush.h pgtable.h Log Message: Move the HAVE_ARCH_UNMAPPED_AREA define. Index: cacheflush.h =================================================================== RCS file: /cvsroot/linuxsh/linux/include/asm-sh/cacheflush.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- cacheflush.h 31 Dec 2005 11:30:47 -0000 1.7 +++ cacheflush.h 6 Sep 2006 16:51:16 -0000 1.8 @@ -28,5 +28,7 @@ memcpy(dst, src, len); \ } while (0) +#define HAVE_ARCH_UNMAPPED_AREA + #endif /* __KERNEL__ */ #endif /* __ASM_SH_CACHEFLUSH_H */ Index: pgtable.h =================================================================== RCS file: /cvsroot/linuxsh/linux/include/asm-sh/pgtable.h,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- pgtable.h 30 Aug 2006 09:56:50 -0000 1.34 +++ pgtable.h 6 Sep 2006 16:51:17 -0000 1.35 @@ -338,11 +338,7 @@ extern pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep); #endif -#define HAVE_ARCH_GET_UNMAPPED_AREA - #include <asm-generic/pgtable.h> #endif /* !__ASSEMBLY__ */ - #endif /* __ASM_SH_PAGE_H */ - |