Rink Springer 5c6a5b0200 ia64: Move MCA information retrieval to a per-CPU kthread
Once AP's are launched, their MCA state information is stored and later obtainable using a sysctl. Since the size of the MCA state information is unknown, it will be malloc'ed as needed. However, when 'ia64_ap_startup' runs, it's not yet safe to call malloc and this may cause 'panic: blockable sleep lock (sleep mutex) 8192 @ /usr/src/sys/vm/uma_core.c'. This commit avoids this issue by scheduling a separate kthread to obtain this information, which immediately terminates afterwards.
2009-05-27 18:12:27 +00:00
..
2009-05-12 16:38:32 +00:00
2009-03-09 13:32:19 +00:00
2009-05-27 16:44:43 +00:00
2009-05-27 16:36:54 +00:00
2009-05-23 13:23:46 +00:00
2009-05-27 16:36:54 +00:00
2009-05-19 01:14:37 +00:00
2009-04-01 17:06:28 +00:00