Subject: Re: CVS commit: src/sys/arch/arm/arm
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 09/14/2005 11:55:00
In article <20050914105122.480B52DA27@cvs.netbsd.org>,
Havard Eidnes  <he@netbsd.org> wrote:
>
>Module Name:	src
>Committed By:	he
>Date:		Wed Sep 14 10:51:22 UTC 2005
>
>Modified Files:
>	src/sys/arch/arm/arm: arm_machdep.c
>
>Log Message:
>Now that process_frame() is a macro (done "unannounced" in arm's
>include/frame.h), don't try to define an inline function with the
>same name and same contents.

It was very nice to have process_frame being a static inline function with
the same implementation in many files. At least now it is only defined in
one place :-)

christos