Olof Johansson wrote:
On Tue, Jun 20, 2006 at 06:26:53PM +0200, Arnd Bergmann wrote:
quoted
On Tuesday 20 June 2006 17:43, Olof Johansson wrote:
quoted
quoted
This is a first version of support for the Cell BE "Reliability,
Availability and Serviceability" features.
Does it really make sense to do this under a config option? I don't
see
quoted
quoted
why anyone would not want to know that their machine is about to
melt.
quoted
quoted
You can only have that when running on bare metal. Machines that run
on a hypervisor can't run that code.
Well, it's harmless to build it in even on hypervisor systems, right?
Harmless if you have a lot of RAM...
quoted
It probably makes sense to auto-select that option for
CONFIG_CELL_BLADE
quoted
though.
Sounds like a reasonable trade-off.
If its always built in, then I guess we don't need the conditionals
in cell/setup.c:
+#ifdef CONFIG_CBE_RAS
+ cbe_ras_init();
+#endif
-Geoff