patch-2.3.29 linux/include/asm-arm/proc-armv/cache.h
Next file: linux/include/asm-arm/proc-armv/processor.h
Previous file: linux/include/asm-arm/proc-armo/processor.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Nov 23 22:23:11 1999
- Orig file:
v2.3.28/linux/include/asm-arm/proc-armv/cache.h
- Orig date:
Mon Nov 1 13:56:27 1999
diff -u --recursive --new-file v2.3.28/linux/include/asm-arm/proc-armv/cache.h linux/include/asm-arm/proc-armv/cache.h
@@ -56,8 +56,7 @@
*/
static __inline__ void flush_page_to_ram(struct page *page)
{
- unsigned long virt = page_address(page);
- cpu_flush_ram_page(virt);
+ cpu_flush_ram_page(page_address(page));
}
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)