Date: Tue, 7 Jun 2011 00:39:15 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/ia64/common Makefile exec.c icache.c libia64.h Message-ID: <201106070039.p570ddeC055809@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2011-06-07 00:39:15 UTC
FreeBSD src repository
Modified files:
sys/boot/ia64/common Makefile exec.c libia64.h
Added files:
sys/boot/ia64/common icache.c
Log:
SVN rev 222798 on 2011-06-07 00:39:15Z by marcel
Add ia64_sync_icache() and use it to make the I-cache coherent
after loading the kernel's text segment. The kernel will do the
same for loaded modules, so don't worry about that.
Revision Changes Path
1.7 +1 -1 src/sys/boot/ia64/common/Makefile
1.22 +2 -0 src/sys/boot/ia64/common/exec.c
1.1 +51 -0 src/sys/boot/ia64/common/icache.c (new)
1.5 +1 -0 src/sys/boot/ia64/common/libia64.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106070039.p570ddeC055809>
