[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

  • Next message: Herbert Rosmanith: "[PATCH] binutils-2.16 & kernel-2.6.11.10"
    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/


  • Next message: Herbert Rosmanith: "[PATCH] binutils-2.16 & kernel-2.6.11.10"

    Relevant Pages

    • Re: 2.6.0-test8 and HIGMEM = segfaults and panics?
      ... I can recompile it and run it for a bit. ... What debug options would be ... > Kernel 2.6.0-test8. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Oracle SHM values?
      ... SEMOPM 100 ... SEMVMX 32767 ... then recompile and install. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.12-rc3-mm2 - kswapd0 keeps running
      ... cannot recompile the kernel right now ... ... cachefs as soon as i have the resources for it (we all know, students ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [ham] Re: Gracefully killing kswapd, or any kernel thread
      ... On Fri, 9 Sep 2005, Kristis Makris wrote: ... even if I recompile a ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • sysconf - exposing constants to userspace
      ... require a libc recompile. ... anyone who wants to use it will have to recompile their libc to get ... I found an old old patch to do this via read-only sysctlentries. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)

    Loading