Searched hist:108756 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/ia64/include/
H A Dclock.hdiff 108756 Sun Jan 05 23:39:25 MST 2003 marcel 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).

Completed in 48 milliseconds