* bkcvs problems?
@ 2003-10-07 19:14 Pavel Machek
2003-10-08 15:38 ` Larry McVoy
0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2003-10-07 19:14 UTC (permalink / raw)
To: kernel list; +Cc: lm
Hi!
According to bkbits, andi's cpufreq changes are in:
http://linus.bkbits.net:8080/linux-2.5/patch@1.1480?nav=index.html|ChangeSet@-1d|cset@1.1480
....
diff -Nru a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile
--- a/arch/x86_64/kernel/Makefile Fri Sep 26 06:53:37 2003
+++ b/arch/x86_64/kernel/Makefile Sun Oct 5 13:31:26 2003
@@ -26,3 +26,5 @@
bootflag-y += ../../i386/kernel/bootflag.o
cpuid-$(CONFIG_X86_CPUID) += ../../i386/kernel/cpuid.o
+
+obj-$(CONFIG_CPU_FREQ) += cpufreq/
....
but bkcvs thinks otherwise:
head 1.26;
access;
symbols;
locks; strict;
comment @# @;
expand @o@;
1.26
date 2003.09.26.15.56.18; author ak; state Exp;
branches;
next 1.25;
...
1.26
log
@Another small x86-64 merge
(Logical change 1.13489)
@
text
@#
# Makefile for the linux kernel.
#
extra-y := head.o head64.o init_task.o vmlinux.lds.s
EXTRA_AFLAGS := -traditional
obj-y := process.o semaphore.o signal.o entry.o traps.o irq.o \
ptrace.o i8259.o ioport.o ldt.o setup.o time.o sys_x86_64.o \
x8664_ksyms.o i387.o syscall.o vsyscall.o \
setup64.o bluesmoke.o bootflag.o e820.o reboot.o warmreboot.o
obj-$(CONFIG_MTRR) += ../../i386/kernel/cpu/mtrr/
obj-$(CONFIG_ACPI) += acpi/
obj-$(CONFIG_X86_MSR) += msr.o
obj-$(CONFIG_X86_CPUID) += cpuid.o
obj-$(CONFIG_SMP) += smp.o smpboot.o trampoline.o
obj-$(CONFIG_X86_LOCAL_APIC) += apic.o nmi.o
obj-$(CONFIG_X86_IO_APIC) += io_apic.o mpparse.o
obj-$(CONFIG_PM) += suspend.o
obj-$(CONFIG_SOFTWARE_SUSPEND) += suspend_asm.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
obj-$(CONFIG_GART_IOMMU) += pci-gart.o aperture.o
obj-$(CONFIG_DUMMY_IOMMU) += pci-nommu.o pci-dma.o
obj-$(CONFIG_MODULES) += module.o
bootflag-y += ../../i386/kernel/bootflag.o
cpuid-$(CONFIG_X86_CPUID) += ../../i386/kernel/cpuid.o
@
....
(Of course, I initally tried with simple cvs update, then I killed
whole tree and did cvs update, but that did not help. I did bk sync
five minutes ago, just to be sure, but it did not help).
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: bkcvs problems?
2003-10-07 19:14 bkcvs problems? Pavel Machek
@ 2003-10-08 15:38 ` Larry McVoy
2003-10-08 15:51 ` Ben Collins
0 siblings, 1 reply; 3+ messages in thread
From: Larry McVoy @ 2003-10-08 15:38 UTC (permalink / raw)
To: Pavel Machek; +Cc: kernel list, bcollins
Fixed. Ben, please check the SVN tree to see if it is OK. I suspect
it is, I believe that the problem was a screwed up ssh key so the CVS
archive on kernel.bkbits.net was not getting updated.
On Tue, Oct 07, 2003 at 09:14:35PM +0200, Pavel Machek wrote:
> Hi!
>
> According to bkbits, andi's cpufreq changes are in:
>
> http://linus.bkbits.net:8080/linux-2.5/patch@1.1480?nav=index.html|ChangeSet@-1d|cset@1.1480
> ....
> diff -Nru a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile
> --- a/arch/x86_64/kernel/Makefile Fri Sep 26 06:53:37 2003
> +++ b/arch/x86_64/kernel/Makefile Sun Oct 5 13:31:26 2003
> @@ -26,3 +26,5 @@
>
> bootflag-y += ../../i386/kernel/bootflag.o
> cpuid-$(CONFIG_X86_CPUID) += ../../i386/kernel/cpuid.o
> +
> +obj-$(CONFIG_CPU_FREQ) += cpufreq/
> ....
>
> but bkcvs thinks otherwise:
>
> head 1.26;
> access;
> symbols;
> locks; strict;
> comment @# @;
> expand @o@;
>
>
> 1.26
> date 2003.09.26.15.56.18; author ak; state Exp;
> branches;
> next 1.25;
> ...
> 1.26
> log
> @Another small x86-64 merge
>
> (Logical change 1.13489)
> @
> text
> @#
> # Makefile for the linux kernel.
> #
>
> extra-y := head.o head64.o init_task.o vmlinux.lds.s
> EXTRA_AFLAGS := -traditional
> obj-y := process.o semaphore.o signal.o entry.o traps.o irq.o \
> ptrace.o i8259.o ioport.o ldt.o setup.o time.o sys_x86_64.o \
> x8664_ksyms.o i387.o syscall.o vsyscall.o \
> setup64.o bluesmoke.o bootflag.o e820.o reboot.o warmreboot.o
>
> obj-$(CONFIG_MTRR) += ../../i386/kernel/cpu/mtrr/
> obj-$(CONFIG_ACPI) += acpi/
> obj-$(CONFIG_X86_MSR) += msr.o
> obj-$(CONFIG_X86_CPUID) += cpuid.o
> obj-$(CONFIG_SMP) += smp.o smpboot.o trampoline.o
> obj-$(CONFIG_X86_LOCAL_APIC) += apic.o nmi.o
> obj-$(CONFIG_X86_IO_APIC) += io_apic.o mpparse.o
> obj-$(CONFIG_PM) += suspend.o
> obj-$(CONFIG_SOFTWARE_SUSPEND) += suspend_asm.o
> obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
> obj-$(CONFIG_GART_IOMMU) += pci-gart.o aperture.o
> obj-$(CONFIG_DUMMY_IOMMU) += pci-nommu.o pci-dma.o
>
> obj-$(CONFIG_MODULES) += module.o
>
> bootflag-y += ../../i386/kernel/bootflag.o
> cpuid-$(CONFIG_X86_CPUID) += ../../i386/kernel/cpuid.o
> @
> ....
>
> (Of course, I initally tried with simple cvs update, then I killed
> whole tree and did cvs update, but that did not help. I did bk sync
> five minutes ago, just to be sure, but it did not help).
>
> Pavel
>
> --
> When do you have a heart between your knees?
> [Johanka's followup: and *two* hearts?]
--
---
Larry McVoy lm at bitmover.com http://www.bitmover.com/lm
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-10-08 15:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-07 19:14 bkcvs problems? Pavel Machek
2003-10-08 15:38 ` Larry McVoy
2003-10-08 15:51 ` Ben Collins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox