Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   mrg
Date:           Wed Jul 12 06:45:24 UTC 2023

Modified Files:
        src/sys/arch/hppa/include: intr.h mutex.h
        src/sys/arch/vax/include: mutex.h

Log Message:
fix hppa and vax builds.

machine/lock.h isn't necessary for __cpu_simple_lock_t, it's in
sys/types.h.  avoids cpu_data.h vs sched.h include order issues.

move the hppa ipl_t typedef with the moved usage of it.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/include/intr.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hppa/include/mutex.h
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/vax/include/mutex.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