On Fri, 2009-10-09 at 06:32 -0400, Mike Frysinger wrote: > On Fri, Oct 9, 2009 at 02:57, graff.yang wrote: > > The definitions(like bfin_write_PLL_CTL()) in cdef_misc.h are using low > > level definitions from mach/cdefBF5xx.h and asm/cdef_LPBlackfin.h, > > further more, it need asm/irq.h, which included more header files. > > In SMP case, there are many compile errors because of fetching in > > asm/irq.h so early. > > is the SMP case the only build failure you've seen ? > -mike
Yes. For example, in SMP case, the irq.h brings in irqflags, which need define of DSPID, SSYNC()..., it is too early that many thing have not been setup. Anyway, I will try it again. _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
