From d77c5a5106c1ffc7a9bebc065cd4cae9614f2d58 Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Wed, 26 Nov 2014 10:09:03 -0700 Subject: Update the URL for the CPUID instruction documentation. Change-Id: I9729b3aa11027783a3557468743e91e180a6de8d Reviewed-on: https://code.wireshark.org/review/5509 Reviewed-by: Stephen Fisher --- wsutil/ws_cpuid.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wsutil/ws_cpuid.h') diff --git a/wsutil/ws_cpuid.h b/wsutil/ws_cpuid.h index 0f207490ef..676de53711 100644 --- a/wsutil/ws_cpuid.h +++ b/wsutil/ws_cpuid.h @@ -22,7 +22,8 @@ /* * Get CPU info on platforms where the cpuid instruction can be used skip 32 bit versions for GCC - * http://www.intel.com/content/dam/www/public/us/en/documents/application-notes/processor-identification-cpuid-instruction-note.pdf + * Intel has documented the CPUID instruction in the "Intel(r) 64 and IA-32 + * Architectures Developer's Manual" at http://www.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-software-developer-vol-2a-manual.html * the ws_cpuid() routine will return 0 if cpuinfo isn't available. */ -- cgit v1.2.1