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

/freebsd-10-stable/sys/ia64/pci/
H A Dpci_cfgreg.cdiff 205432 Mon Mar 22 01:17:16 MDT 2010 marcel Disable interrupts when calling into SAL for PCI configuration
cycles. This serves 2 purposes:
1. It prevents preemption and CPU migration while running SAL code.
2. It reduces the chance of stack overflows: we're supposed to enter
SAL with at least 16KB of either memory- or register stack space,
which we can't do without switching to a different stack.

Completed in 108 milliseconds