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)
..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>

No differences found