about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-11-30 08:53:37 -0800
committerH.J. Lu <hjl.tools@gmail.com>2015-11-30 09:01:31 -0800
commit9627da32ec76600244e7723e99b9d4e27691f1ff (patch)
treec7e2715dc3aa3782eb482d20ac6053325c3d312e /ChangeLog
parent5f75f6bdf830e66aa6bd6eef675dbdc144b771c6 (diff)
downloadglibc-9627da32ec76600244e7723e99b9d4e27691f1ff.tar.gz
glibc-9627da32ec76600244e7723e99b9d4e27691f1ff.tar.xz
glibc-9627da32ec76600244e7723e99b9d4e27691f1ff.zip
Update family and model detection for AMD CPUs
AMD CPUs uses the similar encoding scheme for extended family and model
as Intel CPUs as shown in:

http://support.amd.com/TechDocs/25481.pdf

This patch updates get_common_indeces to get family and model for both
Intel and AMD CPUs when family == 0x0f.

	[BZ #19214]
	* sysdeps/x86/cpu-features.c (get_common_indeces): Add an
	argument to return extended model.  Update family and model
	with extended family and model when family == 0x0f.
	(init_cpu_features): Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b769a0e05e..038181cf63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-11-30  Amit Pawar  <amit.pawar@amd.com>
+
+	[BZ #19214]
+	* sysdeps/x86/cpu-features.c (get_common_indeces): Add an
+	argument to return extended model.  Update family and model
+	with extended family and model when family == 0x0f.
+	(init_cpu_features): Updated.
+
 2015-11-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
 	The RPC interface used by mmap uses the unsigned vm_offset_t, not the