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)
commit24b574d052a1996bac42fbd56715ab602092c291
treed1c1d79a535123a3d8f193d0fb10f34413fe8ef3
parentdeae26bf6a10e47983606f5df080b91e97650ead
parisc: add pdc_coproc_cfg_unlocked and set_firmware_width_unlocked

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.
arch/parisc/include/asm/pdc.h
arch/parisc/kernel/firmware.c