Subject: Re: CVS commit: src/sys/arch
To: Perry E. Metzger <perry@piermont.com>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: source-changes
Date: 03/04/2004 15:57:25
"Perry E. Metzger" <perry@piermont.com> writes:

> > Centralize identical copies of proc_trampoline code.
> >
> > (lots more opportunites here for the bored hacker, such as rei and trap0...)
> 
> switch to .S and use #include of the common code?

That's what I meant by "centralize". I moved the common code to
switch_subr.s, which is already included by all of the locore files.

        - Nathan