From: Paul M. <le...@us...> - 2006-08-30 09:56:53
|
Update of /cvsroot/linuxsh/linux/include/asm-sh/cpu-sh4 In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv21293/include/asm-sh/cpu-sh4 Modified Files: cacheflush.h Log Message: Set the SHM alignment at runtime, based off of probed cache desc. Optimize get_unmapped_area() to only colour align shared mappings. Index: cacheflush.h =================================================================== RCS file: /cvsroot/linuxsh/linux/include/asm-sh/cpu-sh4/cacheflush.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- cacheflush.h 31 Dec 2005 11:30:49 -0000 1.6 +++ cacheflush.h 30 Aug 2006 09:56:50 -0000 1.7 @@ -39,9 +39,6 @@ #define PG_mapped PG_arch_1 -/* We provide our own get_unmapped_area to avoid cache alias issue */ -#define HAVE_ARCH_UNMAPPED_AREA - #ifdef CONFIG_MMU extern int remap_area_pages(unsigned long addr, unsigned long phys_addr, unsigned long size, unsigned long flags); |