This CSP allows the "cold" startup variable to be replicated for multi-cpu 
systems. 

The cold parameter is initially set to 1 on boot up and later get sets to zero 
during system startup. This patch replicates "cold", meaning each RAD will have
now its own copy of the parameter. Kernel subsystems test "cold" to determine
if the system is now booting or is already running. The purpose of this change
is to allow the network drivers to test "cold" during the restart routine 
without impacting system performance. This is a beneficial as "cold" never 
changes after system boot.


