Source-Changes archive

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

CVS commit: src/sys/arch/luna68k



Module Name:    src
Committed By:   he
Date:           Sun May 20 16:37:54 UTC 2007

Modified Files:
        src/sys/arch/luna68k/include: cpu.h
        src/sys/arch/luna68k/luna68k: genassym.cf locore.s trap.c

Log Message:
Patterned after the changes to atari, restore the luna68k port to a
buildable state after the yamt-idlelwp merge.
Struct cpu_info now must contain ci_want_resched, so get rid of the
global want_resched.
The cpu_need_resched macro now takes two arguments.
We need to declare proc_trampoline() from for the new m68k vm_machdep.c.
The fields l_back and l_forw no longer exists in struct lwp, so excise
their definition from genassym.cf.
Remove the use of the apparently now obsolete m68k/proc_subr.s.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/luna68k/include/cpu.h
cvs rdiff -r1.12 -r1.13 src/sys/arch/luna68k/luna68k/genassym.cf
cvs rdiff -r1.24 -r1.25 src/sys/arch/luna68k/luna68k/locore.s
cvs rdiff -r1.43 -r1.44 src/sys/arch/luna68k/luna68k/trap.c

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