Date: Sat, 4 Aug 2007 19:52:11 +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 mp_machdep.c Message-ID: <200708041952.l74JqB6c057370@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2007-08-04 19:52:11 UTC FreeBSD src repository Modified files: sys/ia64/ia64 mp_machdep.c Log: Replace "__asm __volatile()" by equivalent support functions from ia64_cpu.h. This improves readability and consistency and aids in auditing the code. Add instruction-serialization after writing to cr.pta. Delay enabling interrupts until after we setup the clocks and after we program the task priority register. Approved by: re (blanket) Revision Changes Path 1.66 +6 -6 src/sys/ia64/ia64/mp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708041952.l74JqB6c057370>