|
From: Kenn H. <ke...@us...> - 2004-07-28 23:53:17
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26151/include/asm-vax Modified Files: cacheflush.h types.h Log Message: Add definitions needed by 2.6.7 Index: types.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/types.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- types.h 1 Oct 2003 01:31:42 -0000 1.6 +++ types.h 28 Jul 2004 23:52:49 -0000 1.7 @@ -57,6 +57,8 @@ typedef u64 dma64_addr_t; +typedef unsigned int kmem_bufctl_t; + #endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */ Index: cacheflush.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/cacheflush.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- cacheflush.h 14 Oct 2003 00:36:38 -0000 1.4 +++ cacheflush.h 28 Jul 2004 23:52:49 -0000 1.5 @@ -17,6 +17,8 @@ #define flush_cache_page(vma, vmaddr) do { } while (0) #define flush_page_to_ram(page) do { } while (0) #define flush_dcache_page(page) do { } while (0) +#define flush_dcache_mmap_lock(page) do { } while (0) +#define flush_dcache_mmap_unlock(page) do { } while (0) #define flush_cache_vmap(start, end) do { } while (0) #define flush_cache_vunmap(start, end) do { } while (0) |