Subject: CVS commit: src/sys/arch/sh3/sh3
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 03/31/2007 22:49:50
Module Name:	src
Committed By:	uwe
Date:		Sat Mar 31 22:49:49 UTC 2007

Modified Files:
	src/sys/arch/sh3/sh3: mmu_sh4.c

Log Message:
Mark __sh4_itlb_invalidate_all we call while running on P2 with
__attribute__((always_inline)) or gcc might decide not to inline it,
resulting in P2->P1 call.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 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.