Source-Changes archive

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

CVS commit: src/sys/arch/powerpc



Module Name:    src
Committed By:   shige
Date:           Tue Jan 18 17:11:25 UTC 2005

Modified Files:
        src/sys/arch/powerpc/ibm4xx: ibm40x_machdep.c
        src/sys/arch/powerpc/include/ibm4xx: cpu.h
Added Files:
        src/sys/arch/powerpc/ibm4xx: ibm4xx_machdep.c

Log Message:
Arrange some machine-dependent code.
  - ibm40x_machdep.c: ibm40x specific
        . ibm40x_memsize_init
        . mem_regions
        . other functions are moved to machdep.c or ibm4xx_machdep.c.
  - ibm4xx_machdep.c: ibm4xx specific
        . ibm4xx_init (moved from ibm40x_machdep.c)
        . ibm4xx_install_extint (moved from ibm40x_machdep.c)
        . ibm4xx_cpu_startup (moved from ibm40x_machdep.c:ibm4xx_startup)
        . ibm4xx_dumpsys


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/powerpc/ibm4xx/ibm40x_machdep.c
cvs rdiff -r0 -r1.1 src/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/powerpc/include/ibm4xx/cpu.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