summaryrefslogtreecommitdiff
path: root/core/procps/procps-3.2.7-top-cpu0.patch
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-28 20:14:47 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-28 20:14:47 +0000
commitedec45419def1b81bd663a2859684ef55ba56269 (patch)
treecaa3c2d5f4e55b38e7740a39d80a21507679c586 /core/procps/procps-3.2.7-top-cpu0.patch
parent483f7de4ab6a706517279a24d2efc969f4a1996d (diff)
Mon May 28 20:14:39 UTC 2012
Diffstat (limited to 'core/procps/procps-3.2.7-top-cpu0.patch')
-rw-r--r--core/procps/procps-3.2.7-top-cpu0.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/core/procps/procps-3.2.7-top-cpu0.patch b/core/procps/procps-3.2.7-top-cpu0.patch
deleted file mode 100644
index eb81121c5..000000000
--- a/core/procps/procps-3.2.7-top-cpu0.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- procps-3.2.7/top.c.orig 2007-09-07 21:28:41.000000000 +0100
-+++ procps-3.2.7/top.c 2007-09-07 21:29:15.000000000 +0100
-@@ -959,8 +959,15 @@
-
- // and just in case we're 2.2.xx compiled without SMP support...
- if (Cpu_tot == 1) {
-- cpus[1].id = 0;
-- memcpy(cpus, &cpus[1], sizeof(CPU_t));
-+ cpus[0].id = cpus[1].id = 0;
-+ cpus[0].u = cpus[1].u;
-+ cpus[0].n = cpus[1].n;
-+ cpus[0].s = cpus[1].s;
-+ cpus[0].i = cpus[1].i;
-+ cpus[0].w = cpus[1].w;
-+ cpus[0].x = cpus[1].x;
-+ cpus[0].y = cpus[1].y;
-+ cpus[0].z = cpus[1].z;
- }
-
- // now value each separate cpu's tics