[IA64-SGI] Fix XPC code which sleeps with spin_lock_irqsave().
authorRobin Holt <holt@sgi.com>
Thu, 2 Feb 2006 18:30:21 +0000 (12:30 -0600)
committerTony Luck <tony.luck@intel.com>
Thu, 2 Feb 2006 21:37:46 +0000 (13:37 -0800)
commit7c6c66362941df847957766ad133ff5fde67579c
treed9f548837ca949603aef0d25739fff514e631e2f
parent9a52bbed905fa41ca10f4db2e845b588f0fdfbef
[IA64-SGI] Fix XPC code which sleeps with spin_lock_irqsave().

During some testing, we got a warning about trying to allocate
memory while holding a lock.  This fixes that problem.

Signed-off-by: Robin Holt <holt@sgi.com>
Acked-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/sn/kernel/xpc_main.c