Re: [PATCH] Dynamic tick for x86 version 050602-1

From: Christian Hesse (mail_at_earthworm.de)
Date: 06/02/05

  • Next message: Ian Leonard: "Re: 2.4.30 - USB serial problem"
    To: linux-kernel@vger.kernel.org
    Date:	Thu, 2 Jun 2005 10:30:34 +0200
    
    
    

    On Thursday 02 June 2005 03:36, Tony Lindgren wrote:
    > Hi all,
    >
    > Here's an updated version of the dynamic tick patch.
    >
    > It's mostly clean-up and it's now using the standard
    > monotonic_clock() functions as suggested by John Stultz.
    >
    > Please let me know of any issues with the patch. I'll continue to do
    > more clean-up on it, but I think the basic functionality is done.

    I would like to test it, but have some trouble. The patch applies cleanly and
    everything compiles fine, but linking fails:

    # ld -m elf_i386 -R arch/i386/kernel/vsyscall-syms.o -r -o
    arch/i386/kernel/built-in.o arch/i386/kernel/process.o
    arch/i386/kernel/semaphore.o arch/i386/kernel/signal.o
    arch/i386/kernel/entry.o arch/i386/kernel/traps.o arch/i386/kernel/irq.o
    arch/i386/kernel/vm86.o arch/i386/kernel/ptrace.o arch/i386/kernel/time.o
    arch/i386/kernel/ioport.o arch/i386/kernel/ldt.o arch/i386/kernel/setup.o
    arch/i386/kernel/i8259.o arch/i386/kernel/sys_i386.o
    arch/i386/kernel/pci-dma.o arch/i386/kernel/i386_ksyms.o
    arch/i386/kernel/i387.o arch/i386/kernel/dmi_scan.o
    arch/i386/kernel/bootflag.o arch/i386/kernel/doublefault.o
    arch/i386/kernel/quirks.o arch/i386/kernel/cpu/built-in.o
    arch/i386/kernel/timers/built-in.o arch/i386/kernel/acpi/built-in.o
    arch/i386/kernel/reboot.o arch/i386/kernel/module.o
    arch/i386/kernel/sysenter.o arch/i386/kernel/vsyscall.o
    arch/i386/kernel/dyn-tick.o arch/i386/kernel/early_printk.o
    arch/i386/kernel/irq.o: In function `reprogram_apic_timer':
    irq.c:(.text+0x0): multiple definition of `reprogram_apic_timer'
    arch/i386/kernel/process.o:process.c:(.text+0x0): first defined here
    arch/i386/kernel/time.o: In function `reprogram_apic_timer':
    time.c:(.text+0x0): multiple definition of `reprogram_apic_timer'
    arch/i386/kernel/process.o:process.c:(.text+0x0): first defined here
    arch/i386/kernel/dyn-tick.o: In function `reprogram_apic_timer':
    dyn-tick.c:(.text+0x0): multiple definition of `reprogram_apic_timer'
    arch/i386/kernel/process.o:process.c:(.text+0x0): first defined here

    -- 
    Christian
    
    

    -
    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/


    • application/pgp-signature attachment: stored

  • Next message: Ian Leonard: "Re: 2.4.30 - USB serial problem"

    Relevant Pages

    • Re: [PATCH] Dynamic tick for x86 version 050602-1
      ... > monotonic_clockfunctions as suggested by John Stultz. ... > Please let me know of any issues with the patch. ... > more clean-up on it, but I think the basic functionality is done. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [patch] 2.6.10-rc2-mm2: `ST_partstat multiple definition
      ... drivers/scsi/osst.o: multiple definition of `ST_partstat' ... The patch below fixes this issue. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.9-rc4-mm1 (compile stats)
      ... The errors in the mm build are due to the multiple definition of ... Andrew V have submitted a patch for this. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH 2.4.31] Reintroduction i386 CONFIG_DUMMY_KEYB option
      ... > accept Nick's patch after the little clean-up above? ... OK, the adjusted patch attached. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH] tdfxfb linkage fix v2.0 (the previous one is broken)
      ... The patch I've sent to fix tdfx frame buffer linkage is broken because it ... : multiple definition of `bitfill32_rev' ... 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/ ...
      (Linux-Kernel)