Date: Sun, 30 Mar 2008 23:09:14 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 elf_machdep.c machdep.c pmap.c src/sys/ia64/include md_var.h Message-ID: <200803302309.m2UN9EoE033530@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2008-03-30 23:09:14 UTC FreeBSD src repository Modified files: sys/ia64/ia64 elf_machdep.c machdep.c pmap.c sys/ia64/include md_var.h Log: Better implement I-cache invalidation. The previous implementation was a kluge. This implementation matches the behaviour on powerpc and sparc64. While on the subject, make sure to invalidate the I-cache after loading a kernel module. MFC after: 2 weeks Revision Changes Path 1.25 +4 -0 src/sys/ia64/ia64/elf_machdep.c 1.235 +18 -5 src/sys/ia64/ia64/machdep.c 1.198 +37 -84 src/sys/ia64/ia64/pmap.c 1.28 +1 -0 src/sys/ia64/include/md_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803302309.m2UN9EoE033530>