linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 2.5.60-dj2
@ 2003-02-11 18:22 Dave Jones
  2003-02-12 13:47 ` 2.5.60-dj2: lonkhaul.c doesn't compile Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Jones @ 2003-02-11 18:22 UTC (permalink / raw)
  To: Linux Kernel

Been a while since I did a -dj, but I've accumulated a bunch
of driver stuff (which shouldn't crossover too much with what
Andrew is doing in -mm) that could use some extra testing,
so here's what I've been up to of late..

ftp://ftp.kernel.org/pub/linux/kernel/people/davej/patches/2.5/2.5.60/

(Thanks to Steven Cole for noticing the agp problems before I
 even got a chance to write the changelog 8-)

2.5.60-dj2
- Fix up modules versioning (Kai)
- Throw out some stale agpgart bits that broke the compile.


2.5.60-dj1
- cpufreq updates.
  - Athlon/Duron powernow cpufreq support.
    Handle with care. Only known bug is that the top speed
	isn't usable.
  - Updates various core parts, and other cpufreq drivers.
- AGPGART updates
  VIA KT400 support.
  Updated VIA AGP2.0 GART tables (PLE133 and others).
  Various cleanups.
- VIA C3 Nehemiah support.
  Compiles as i686/c3-2, works around L2 cache size errata.
- Watchdog fixes
  sc1200wdt PNP API conversion (Adam Belay)
- Lots of other leftovers from older -dj patches
  This stuff needs sorting, and some bits throwing out.
  There's lots of 2.4 forward port stuff here, and more
  pending.
- Latest from Linus' bk tree.
  (Just there to help me stay in sync)

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* 2.5.60-dj2: lonkhaul.c doesn't compile
  2003-02-11 18:22 Linux 2.5.60-dj2 Dave Jones
@ 2003-02-12 13:47 ` Adrian Bunk
  2003-02-12 13:49   ` Dave Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2003-02-12 13:47 UTC (permalink / raw)
  To: Dave Jones, Linux Kernel; +Cc: Dominik Brodowski

On Tue, Feb 11, 2003 at 06:22:56PM +0000, Dave Jones wrote:

>...
> 2.5.60-dj1
> - cpufreq updates.
>...
>   - Updates various core parts, and other cpufreq drivers.
>...

This broke the compilation of longhaul.c #ifdef CONFIG_CPU_FREQ_24_API:

<--  snip  -->

...
  gcc -Wp,-MD,arch/i386/kernel/cpu/cpufreq/.longhaul.o.d -D__KERNEL__ 
-Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing 
-fno-common -pipe -mpreferred-stack-boundary=2 -march=k6 
-Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include    -DKBUILD_BASENAME=longhaul 
-DKBUILD_MODNAME=longhaul -c -o arch/i386/kernel/cpu/cpufreq/longhaul.o 
arch/i386/kernel/cpu/cpufreq/longhaul.c
arch/i386/kernel/cpu/cpufreq/longhaul.c: In function `longhaul_cpu_init':
arch/i386/kernel/cpu/cpufreq/longhaul.c:644: `longhaul_driver' undeclared (first use in this function)
arch/i386/kernel/cpu/cpufreq/longhaul.c:644: (Each undeclared identifier is reported only once
arch/i386/kernel/cpu/cpufreq/longhaul.c:644: for each function it appears in.)
arch/i386/kernel/cpu/cpufreq/longhaul.c: At top level:
arch/i386/kernel/cpu/cpufreq/longhaul.c:650: `longhaul_driver' used prior to declaration
make[3]: *** [arch/i386/kernel/cpu/cpufreq/longhaul.o] Error 1

<--  snip  -->

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.5.60-dj2: lonkhaul.c doesn't compile
  2003-02-12 13:47 ` 2.5.60-dj2: lonkhaul.c doesn't compile Adrian Bunk
@ 2003-02-12 13:49   ` Dave Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Jones @ 2003-02-12 13:49 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Linux Kernel, Dominik Brodowski

On Wed, Feb 12, 2003 at 02:47:06PM +0100, Adrian Bunk wrote:
 > arch/i386/kernel/cpu/cpufreq/longhaul.c:644: `longhaul_driver' undeclared (first use in this function)
 > arch/i386/kernel/cpu/cpufreq/longhaul.c:644: (Each undeclared identifier is reported only once
 > arch/i386/kernel/cpu/cpufreq/longhaul.c:644: for each function it appears in.)
 > arch/i386/kernel/cpu/cpufreq/longhaul.c: At top level:
 > arch/i386/kernel/cpu/cpufreq/longhaul.c:650: `longhaul_driver' used prior to declaration
 > make[3]: *** [arch/i386/kernel/cpu/cpufreq/longhaul.o] Error 1

The longhaul_driver struct needs to be defined before longhaul_cpu_init()
You'll need to fix up forward declaration of longhaul_cpu_init() then
though too. Icky.
		
		Dave

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-12 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-11 18:22 Linux 2.5.60-dj2 Dave Jones
2003-02-12 13:47 ` 2.5.60-dj2: lonkhaul.c doesn't compile Adrian Bunk
2003-02-12 13:49   ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).