parisc: add pdc_coproc_cfg_unlocked and set_firmware_width_unlocked
authorKyle McMartin <kyle@mcmartin.ca>
Tue, 29 Jul 2008 04:09:22 +0000 (00:09 -0400)
committerKyle McMartin <kyle@hera.kernel.org>
Fri, 10 Oct 2008 16:32:29 +0000 (16:32 +0000)
These functions are called only when bringing up the monarch cpu,
so it is safe to call them without taking the pdc spinlock. In the
future, this may become relevant for lockdep, since these functions were
taking spinlocks before start_kernel called the lockdep initializers.


No differences found