Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/arm



Module Name:    syssrc
Committed By:   bjh21
Date:           Sun Mar 10 15:29:56 UTC 2002

Modified Files:
        syssrc/sys/arch/arm/arm32: cpu.c
        syssrc/sys/arch/arm/fpe-arm: armfpe.h armfpe_init.c
Removed Files:
        syssrc/sys/arch/arm/include: cpus.h

Log Message:
Re-work the way that FPAs are handled.  If ARMFPE isn't configured, don't
even bother probing for an FPA.  If ARMFPE is configured, always use it,
even if there's an FPA (since it provides the FPA support code).  Move all
printfs about FPAs into armfpe_init.c.

This means I can delete the last two elements from struct _cpu, so that the
structure, and the whole of <arm/cpus.h> is redundant and can be deleted.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/arch/arm/arm32/cpu.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm/fpe-arm/armfpe.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/arm/fpe-arm/armfpe_init.c
cvs rdiff -r1.13 -r0 syssrc/sys/arch/arm/include/cpus.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index