summaryrefslogtreecommitdiff
path: root/wsutil/ws_cpuid.h
diff options
context:
space:
mode:
authorStephen Fisher <sfisher@sdf.org>2014-11-26 10:09:03 -0700
committerStephen Fisher <sfisher@sdf.org>2014-11-26 17:30:58 +0000
commitd77c5a5106c1ffc7a9bebc065cd4cae9614f2d58 (patch)
tree8f995f42108da58de1a6c15a674430f835df478d /wsutil/ws_cpuid.h
parenta159cedd5bc3a39c29f9a9952b5f202cb6565f0b (diff)
downloadwireshark-d77c5a5106c1ffc7a9bebc065cd4cae9614f2d58.tar.gz
Update the URL for the CPUID instruction documentation.
Change-Id: I9729b3aa11027783a3557468743e91e180a6de8d Reviewed-on: https://code.wireshark.org/review/5509 Reviewed-by: Stephen Fisher <sfisher@sdf.org>
Diffstat (limited to 'wsutil/ws_cpuid.h')
-rw-r--r--wsutil/ws_cpuid.h3
1 files changed, 2 insertions, 1 deletions
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.
*/