Mark ia64-specific MCA/INIT scheduler hooks as dangerous
authorLinus Torvalds <torvalds@g5.osdl.org>
Mon, 12 Sep 2005 14:59:21 +0000 (07:59 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 12 Sep 2005 14:59:21 +0000 (07:59 -0700)
commit1df5c10a5b40d1ad747e3de3caf28764153c5c8e
tree87cda6983653d73a3ba4d24b1c8ba257254ac26b
parentc3ff8ec31c1249d268cd11390649768a12bec1b9
Mark ia64-specific MCA/INIT scheduler hooks as dangerous

..and only enable them for ia64. The functions are only valid
when the whole system has been totally stopped and no scheduler
activity is ongoing on any CPU, and interrupts are globally
disabled.

In other words, they aren't useful for anything else. So make
sure that nobody can use them by mistake.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sched.c