[IA64] remove staled comments in asm/system.h
authorChen, Kenneth W <kenneth.w.chen@intel.com>
Fri, 27 Jan 2006 02:24:59 +0000 (18:24 -0800)
committerTony Luck <tony.luck@intel.com>
Thu, 2 Feb 2006 21:20:42 +0000 (13:20 -0800)
With the recent optimization made to wrap_mmu_context function,
we don't hold tasklist_lock anymore when wrapping context id.
The comments in asm/system.h must fall through the crack earlier.
Remove staled comments.

I believe it is still beneficial to unlock the runqueue lock
across context switch. So leave __ARCH_WANT_UNLOCKED_CTXSW on.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found