re: V240 Status?
matthew green <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
> On Tue, Jan 22, 2013 at 07:50:08PM +0900, Takeshi Nakayama wrote: > > Other idea is just schedule a softint in IPI-handler: > > I prefer to do the full TRAP_SETUP() dance (and move the function to locore.s), > which will make it usefull for future work with other target functions, e.g. > if we convert fpu handling to pcu(9). i like the full TRAP_SETUP() idea as well, but... 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. .mrg.