[PATH] binutils-2.16.90.0.3 kernel-2.4.30 apm.c
From: Herbert Rosmanith (kernel_at_wildsau.enemy.org)
Date: 05/21/05
- Previous message: Scott Robert Ladd: "Re: False "lost ticks" on dual-Opteron system (=> timer twice as fast)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: linux-kernel@vger.kernel.org Date: Sat, 21 May 2005 23:03:56 +0200 (MET DST)
sorry, I didn't notice this file also affected (see previous email)
probably there are other places around too.... I probably should
recompile with all kernel-options enabled.
anyway ...
--- linux-2.4.30/arch/i386/kernel/apm.c Mon Aug 25 13:44:39 2003
+++ linux-2.4.30.rescue/arch/i386/kernel/apm.c Sat May 21 22:54:50 2005
@@ -15,6 +15,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
+ * Sat May 21 22:54:03 MEST 2005 herp - Herbert Rosmanith
+ * make it compile with as-2.16 again
* October 1995, Rik Faith (faith@cs.unc.edu):
* Minor enhancements and updates (to the patch set) for 1.3.x
* Documentation
@@ -327,7 +329,7 @@
* Save a segment register away
*/
#define savesegment(seg, where) \
- __asm__ __volatile__("movl %%" #seg ",%0" : "=m" (where))
+ __asm__ __volatile__("movw %%" #seg ",%0" : "=m" (where))
/*
* Maximum number of events stored
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Scott Robert Ladd: "Re: False "lost ticks" on dual-Opteron system (=> timer twice as fast)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|