[PATCH] missing symbol "machine_real_restart"

From: Jan-Benedict Glaw (jbglaw@lug-owl.de)
Date: Sat Apr 01 2000 - 17:13:07 EST

  • Next message: Stephen C. Tweedie: "Re: block_dev.c not backward compatible with 2.2.15 APIs"

    Hi!

    A modular apm.o will need "machine_real_restart" to be exported:

    --- linux/arch/i386/kernel/i386_ksyms.c.old Sat Apr 1 23:38:53 2000
    +++ linux/arch/i386/kernel/i386_ksyms.c Sat Apr 1 23:39:40 2000
    @@ -27,6 +27,11 @@
     extern int dump_fpu(elf_fpregset_t *);
     extern spinlock_t rtc_lock;

    +#if defined(CONFIG_APM)
    +extern void machine_real_restart(unsigned char *, int);
    +EXPORT_SYMBOL(machine_real_restart);
    +#endif
    +
     #ifdef CONFIG_SMP
     extern void FASTCALL( __write_lock_failed(rwlock_t *rw));
     extern void FASTCALL( __read_lock_failed(rwlock_t *rw));

    MfG, JBG

    -- 
    Fehler eingestehen, Größe zeigen: Nehmt die Rechtschreibreform zurück!!!
    /* Jan-Benedict Glaw <jbglaw@lug-owl.de> -- +49-177-5601720 */
    keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB
    


    - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Sat Apr 01 2000 - 17:13:39 EST