Re: V240 Status?
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 24, 2013 at 06:25:33PM +1100, matthew green wrote: > can we not move code back in to locore.s? it's so large today i really > wish we had it split up into a bunch of .S files, rather than just a > few that have appeared slowly. Yes, but that would require splitting out the macro definitions for TRAP_SETUP into a common file included both by locore.s and mp_subr.S. The version in tree now is easy to pullup, we can arrange more cleanup now. Martin