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:   tsutsui
Date:           Thu Oct  5 14:24:10 UTC 2006

Modified Files:
        src/sys/arch/sun2/include: intr.h
        src/sys/arch/sun68k/include: cpu.h intr.h

Log Message:
Minor cleanups before isr.c merge with sun3:
- include <m68k/cpu.h> rather than <m68k/m68k.h> in <sun68k/cpu.h>
- wrap M68K_VAC definition with #ifndef _SUN3X_ in <sun68k/cpu.h>
- move setsoftnet() macro from <sun68k/cpu.h> to <sun68k/intr.h>
- move declarations for isr_soft_request() and isr_soft_clear() from
  sun2/include/intr.h to <sun68k/intr.h>
- remove extern keyword from function declarations


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/sun2/include/intr.h
cvs rdiff -r1.10 -r1.11 src/sys/arch/sun68k/include/cpu.h
cvs rdiff -r1.8 -r1.9 src/sys/arch/sun68k/include/intr.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