patch-2.4.23 linux-2.4.23/arch/ppc/kernel/process.c

Next file: linux-2.4.23/arch/ppc/kernel/prom_init.c
Previous file: linux-2.4.23/arch/ppc/kernel/ppc_ksyms.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/arch/ppc/kernel/process.c linux-2.4.23/arch/ppc/kernel/process.c
@@ -417,6 +417,7 @@
 	memset(current->thread.vr, 0, sizeof(current->thread.vr));
 	memset(&current->thread.vscr, 0, sizeof(current->thread.vscr));
 	current->thread.vrsave = 0;
+	current->thread.used_vr = 0;
 #endif /* CONFIG_ALTIVEC */
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)