patch-2.4.23 linux-2.4.23/arch/ppc/kernel/mk_defs.c
Next file: linux-2.4.23/arch/ppc/kernel/pci-dma.c
Previous file: linux-2.4.23/arch/ppc/kernel/misc.S
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
2003-11-28 10:26:19.000000000 -0800
- Orig file:
linux-2.4.22/arch/ppc/kernel/mk_defs.c
- Orig date:
2003-08-25 04:44:40.000000000 -0700
diff -urN linux-2.4.22/arch/ppc/kernel/mk_defs.c linux-2.4.23/arch/ppc/kernel/mk_defs.c
@@ -56,6 +56,7 @@
DEFINE(THREAD_VR0, offsetof(struct thread_struct, vr[0]));
DEFINE(THREAD_VRSAVE, offsetof(struct thread_struct, vrsave));
DEFINE(THREAD_VSCR, offsetof(struct thread_struct, vscr));
+ DEFINE(THREAD_USED_VR, offsetof(struct thread_struct, used_vr));
#endif /* CONFIG_ALTIVEC */
#ifdef CONFIG_4xx
DEFINE(THREAD_DBCR0, offsetof(struct thread_struct, dbcr0));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)