From: Linus Torvalds Date: Mon, 12 Sep 2005 14:59:21 +0000 (-0700) Subject: Mark ia64-specific MCA/INIT scheduler hooks as dangerous X-Git-Tag: v2.6.14-rc1~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df5c10a5b40d1ad747e3de3caf28764153c5c8e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed