From: Jeremy S. <js...@mv...> - 2001-05-17 00:59:11
|
Oops... I was so focused on the fix below I forgot to include an even more important one... a misplaced bracket in io_se.c (outside an ifdef when it should be in) prevents compilation for the 7709/7750 Solution Engine. The attached patch will fix it (and also moves new variables inside the ifdef, so the warnings about unused variables are reduced.) NIIBE Yutaka wrote: > Jeremy Siegel wrote: > > We found a negative side-effect in our patch; the change in > > include/asm-sh/machvec.h mistakenly causes MACH_SE to > > be turned off for the older Solution Engine configurations. It > > seems that only the CF Enabler and STNIC support look at > > that (everything else should work fine). Maybe we should > > make it a separate machine type sometime in the future, but > > for the moment I think the following patch takes care of it: > > Thanks a lot. |