patch-2.3.99-pre3 linux/include/asm-ppc/elf.h
Next file: linux/include/asm-ppc/mman.h
Previous file: linux/include/asm-mips/smplock.h
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Tue Mar 21 10:49:32 2000
-  Orig file: 
v2.3.99-pre2/linux/include/asm-ppc/elf.h
-  Orig date: 
Sun Feb 13 19:29:04 2000
diff -u --recursive --new-file v2.3.99-pre2/linux/include/asm-ppc/elf.h linux/include/asm-ppc/elf.h
@@ -38,9 +38,11 @@
 typedef double elf_fpreg_t;
 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
 
+#ifdef __KERNEL__
 /* Altivec registers */
 typedef vector128 elf_vrreg_t;
 typedef elf_vrreg_t elf_vrregset_t[ELF_NVRREG];
+#endif /* __KERNEL__ */
 
 #define ELF_CORE_COPY_REGS(gregs, regs) \
 	memcpy(gregs, regs, \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)