From: Paul M. <le...@us...> - 2006-08-30 09:56:53
|
Update of /cvsroot/linuxsh/linux/include/asm-sh/cpu-sh3 In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv21293/include/asm-sh/cpu-sh3 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-sh3/cacheflush.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- cacheflush.h 3 Jan 2006 23:01:25 -0000 1.8 +++ cacheflush.h 30 Aug 2006 09:56:49 -0000 1.9 @@ -64,12 +64,4 @@ #define p3_cache_init() do { } while (0) -/* - * We provide our own get_unmapped_area to avoid cache aliasing issues - * on SH7705 with a 32KB cache, and to page align addresses in the - * non-aliasing case. - */ -#define HAVE_ARCH_UNMAPPED_AREA - #endif /* __ASM_CPU_SH3_CACHEFLUSH_H */ - |