patch-2.4.20 linux-2.4.20/include/asm-sparc64/elf.h
Next file: linux-2.4.20/include/asm-sparc64/head.h
Previous file: linux-2.4.20/include/asm-sparc64/dcr.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-sparc64/elf.h
- Orig date:
Fri Aug 2 17:39:45 2002
diff -urN linux-2.4.19/include/asm-sparc64/elf.h linux-2.4.20/include/asm-sparc64/elf.h
@@ -90,7 +90,8 @@
#define ELF_HWCAP ((HWCAP_SPARC_FLUSH | HWCAP_SPARC_STBAR | \
HWCAP_SPARC_SWAP | HWCAP_SPARC_MULDIV | \
HWCAP_SPARC_V9) | \
- ((tlb_type == cheetah) ? HWCAP_SPARC_ULTRA3 : 0))
+ ((tlb_type == cheetah || tlb_type == cheetah_plus) ? \
+ HWCAP_SPARC_ULTRA3 : 0))
/* 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)