[PATCH] S/390: Adjust hwcaps strings
Andreas Krebbel
krebbel@linux.vnet.ibm.com
Tue Dec 1 14:21:00 GMT 2009
Hi,
the attached patch brings the strings used for the elf hwcaps in synch
with the Linux kernel (arch/s390/kernel/processor.c).
Ok?
Bye,
-Andreas-
2009-12-01 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Replace hpage
with edat and etf3enh with etf3eh in order to be in sync with the
Linux kernel.
Index: sysdeps/s390/dl-procinfo.c
===================================================================
--- sysdeps/s390/dl-procinfo.c.orig 2009-08-03 10:18:31.000000000 +0200
+++ sysdeps/s390/dl-procinfo.c 2009-12-01 14:08:14.000000000 +0100
@@ -51,7 +51,7 @@ PROCINFO_CLASS const char _dl_s390_cap_f
#endif
#ifndef PROCINFO_DECL
= {
- "esan3", "zarch", "stfle", "msa", "ldisp", "eimm", "dfp", "hpage", "etf3enh", "highgprs"
+ "esan3", "zarch", "stfle", "msa", "ldisp", "eimm", "dfp", "edat", "etf3eh", "highgprs"
}
#endif
#if !defined SHARED || defined PROCINFO_DECL
More information about the Libc-alpha
mailing list