/* Here NR_IRQS is not exact, but rather an upper bound. This is used many places throughout the kernel to size static arrays. That's ok,
we'll use alpha_mv.nr_irqs when we want the real thing. */
/* When LEGACY_START_ADDRESS is selected, we leave out: TITAN WILDFIRE MARVEL
This helps keep the kernel object size reasonable for the majority of machines.
*/
static __inline__ int irq_canonicalize(int irq)
{ /* * XXX is this true for all Alpha's? The old serial driver * did it this way for years without any complaints, so....
*/ return ((irq == 2) ? 9 : irq);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.