[patch] MCA recovery module undefined symbol fix
authorRuss Anderson <(rja@sgi.com)>
Sat, 23 Apr 2005 07:08:00 +0000 (00:08 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 3 May 2005 20:58:17 +0000 (13:58 -0700)
commit012914dad25bd5cacf88af4429eecda62a06020d
treee265fa0cf7dccef220bc26a16c1f0694b4b4bbee
parent3ea8b477b4b9d3e75b5e9b8aea41259f45031823
[patch] MCA recovery module undefined symbol fix

The patch "MCA recovery improvements" added do_exit to mca_drv.c.
That's fine when the mca recovery code is built in the kernel
(CONFIG_IA64_MCA_RECOVERY=y) but breaks building the mca recovery
code as a module (CONFIG_IA64_MCA_RECOVERY=m).

Most users are currently building this as a module, as loading
and unloading the module provides a very convenient way to turn
on/off error recovery.

This patch exports do_exit, so mca_drv.c can build as a module.

Signed-off-by: Russ Anderson (rja@sgi.com)
Signed-off-by: Tony Luck <tony.luck@intel.com>
kernel/exit.c