Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/sys/arch/sh3/sh3
Module Name: src
Committed By: bouyer
Date: Fri Apr 20 20:38:15 UTC 2007
Modified Files:
src/sys/arch/sh3/sh3 [netbsd-4]: cache_sh4.c mmu_sh4.c
Log Message:
Pull up following revision(s) (requested by uwe in ticket #586):
sys/arch/sh3/sh3/cache_sh4.c: revision 1.17
sys/arch/sh3/sh3/mmu_sh4.c: revision 1.12
Mark inline functions we call while running on P2 with
__attribute__((always_inline)) or gcc might decide not to inline them,
resulting in P2->P1 call while we mess with the cache, and kernel
would just hang immediately on boot.
Makes sh4 kernel compiled with -Os actually work.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.16.2.1 src/sys/arch/sh3/sh3/cache_sh4.c
cvs rdiff -r1.11 -r1.11.18.1 src/sys/arch/sh3/sh3/mmu_sh4.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