Date: Sun, 5 Jan 2003 17:39:25 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 clock.c interrupt.c mp_machdep.c src/sys/ia64/include clock.h Message-ID: <200301060139.h061dPUl087271@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/01/05 17:39:25 PST Modified files: sys/ia64/ia64 clock.c interrupt.c mp_machdep.c sys/ia64/include clock.h Log: Replace the hardcoding of 255 as the clock interrupt vector with CLOCK_VECTOR and define it as 254, not 255. Vector 255 is already in use as the AP wakeup vector on the HP rx2600. This needs to be made more dynamic. The likelyhood of vector 254 being in use is pretty small, but we already have code to assign vectors to IPIs (see sal.c) and it's preobably better to have a centralized "vector manager" that hands out vectors based on some imput (like priority). Revision Changes Path 1.19 +1 -1 src/sys/ia64/ia64/clock.c 1.31 +1 -1 src/sys/ia64/ia64/interrupt.c 1.43 +1 -1 src/sys/ia64/ia64/mp_machdep.c 1.8 +2 -0 src/sys/ia64/include/clock.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301060139.h061dPUl087271>