patch-2.3.16 linux/include/asm-arm/elf.h
Next file: linux/include/asm-arm/init.h
Previous file: linux/include/asm-arm/dec21285.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Aug 30 18:15:21 1999
- Orig file:
v2.3.15/linux/include/asm-arm/elf.h
- Orig date:
Thu Dec 17 09:05:43 1998
diff -u --recursive --new-file v2.3.15/linux/include/asm-arm/elf.h linux/include/asm-arm/elf.h
@@ -47,7 +47,8 @@
/* This yields a mask that user programs can use to figure out what
instruction set this cpu supports. */
-#define ELF_HWCAP (armidlist[armidindex].hwcap)
+extern unsigned int elf_hwcap;
+#define ELF_HWCAP (elf_hwcap)
/* This yields a string that ld.so will use to load implementation
specific libraries for optimization. This is more specific in
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)