diff options
author | Dean Nelson <dcn@sgi.com> | 2005-07-13 14:45:00 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-07-13 20:52:45 +0200 |
commit | 59a0a8aa6ab6e46926e8d12694593267c0869440 (patch) | |
tree | e0ceb39701ee5018f95a44904dde6c7b7aa82068 /drivers/firmware | |
parent | [IA64] Altix pcibus_to_node implementation (diff) | |
download | linux-59a0a8aa6ab6e46926e8d12694593267c0869440.tar.xz linux-59a0a8aa6ab6e46926e8d12694593267c0869440.zip |
[IA64] fix call of smp_processor_id() by XPC while
XPC calls smp_processor_id() twice from xpc_setup_infrastructure() with
preemption enabled, which gets flagged if 'DEBUG_PREEMPT=y'. This patch
replaces the two calls to smp_processor_id() by a single call to
raw_smp_processor_id() since any CPU within the partition will do.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Acked-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/firmware')
0 files changed, 0 insertions, 0 deletions