summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-11-27 01:59:51 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-11-27 01:59:51 +0000
commit51db9997fc22d7813181967a62ed3e1f7ee1f84b (patch)
treebc0203d4251b23dc4fd4b6d04a55767eb37e4151 /sys-apps/x86info/files
parentMarking actionwebservice-1.2.6 ppc64 for bug 200159 (diff)
downloadhistorical-51db9997fc22d7813181967a62ed3e1f7ee1f84b.tar.gz
historical-51db9997fc22d7813181967a62ed3e1f7ee1f84b.tar.bz2
historical-51db9997fc22d7813181967a62ed3e1f7ee1f84b.zip
Version bump.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'sys-apps/x86info/files')
-rw-r--r--sys-apps/x86info/files/1.21-pic.patch15
-rw-r--r--sys-apps/x86info/files/digest-x86info-1.213
2 files changed, 18 insertions, 0 deletions
diff --git a/sys-apps/x86info/files/1.21-pic.patch b/sys-apps/x86info/files/1.21-pic.patch
new file mode 100644
index 000000000000..ddf24b293e14
--- /dev/null
+++ b/sys-apps/x86info/files/1.21-pic.patch
@@ -0,0 +1,15 @@
+diff -Nuar x86info-1.21.orig/bench/benchmarks.c x86info-1.21/bench/benchmarks.c
+--- x86info-1.21.orig/bench/benchmarks.c 2007-11-26 17:53:58.278467889 -0800
++++ x86info-1.21/bench/benchmarks.c 2007-11-26 17:54:32.014318066 -0800
+@@ -19,7 +19,10 @@
+ #ifdef __linux__
+ TIME(asm volatile("int $0x80" :"=a" (tmp) :"0" (__NR_getppid)), "int 0x80");
+ #endif
+- TIME(asm volatile("cpuid": : :"ax", "dx", "cx", "bx"), "cpuid");
++ TIME(asm volatile("movl %%ebx,%%edi\n"
++ "cpuid\n"
++ "movl %%edi,%%ebx\n"
++ : : :"%eax", "%edx", "%ecx", "%edi"), "cpuid");
+
+ TIME(asm volatile("addl $1,0(%esp)"), "addl");
+ TIME(asm volatile("lock ; addl $1,0(%esp)"), "locked add");
diff --git a/sys-apps/x86info/files/digest-x86info-1.21 b/sys-apps/x86info/files/digest-x86info-1.21
new file mode 100644
index 000000000000..d5f88628ed46
--- /dev/null
+++ b/sys-apps/x86info/files/digest-x86info-1.21
@@ -0,0 +1,3 @@
+MD5 1fbfaa392170e2636006603659dec0f0 x86info-1.21.tgz 59354
+RMD160 6eeb9f63d11117a536282f75af871579a9472a02 x86info-1.21.tgz 59354
+SHA256 2bb3fb33832e073452657adf9f946b2d73d32c7382382f2136750c29d2637fe1 x86info-1.21.tgz 59354