K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-11-03T15:15:48.461105Z K 7 svn:log V 371 Clean up the user segment handling code a little more. Now that set_user_sr() itself caches the user segment VSID, there is no need for cpu_switch() to do it again. This change also unifies the 32 and 64-bit code paths for kernel faults on user pages and remaps the user SLB slot on 64-bit systems when taking a syscall to avoid some unnecessary segment exception traps. END