Date: Fri, 22 Jan 2016 10:26:54 -0800 From: Adrian Chadd <adrian.chadd@gmail.com> To: Andrew Turner <andrew@freebsd.org> Cc: "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org> Subject: Re: svn commit: r294562 - head/sys/dev/fdt Message-ID: <CAJ-Vmo=g-89uABcSRsYWbiFVhZWbTmqZattXYvcUChDoTJS-Ug@mail.gmail.com> In-Reply-To: <201601221309.u0MD9hmn069967@repo.freebsd.org> References: <201601221309.u0MD9hmn069967@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
... we're about to start using FDT on MIPS, so .. ? -a On 22 January 2016 at 05:09, Andrew Turner <andrew@freebsd.org> wrote: > Author: andrew > Date: Fri Jan 22 13:09:43 2016 > New Revision: 294562 > URL: https://svnweb.freebsd.org/changeset/base/294562 > > Log: > Only define fdt_pic_table on arm, and when not using intrng as this is > the only place that uses it. > > Modified: > head/sys/dev/fdt/fdt_common.h > > Modified: head/sys/dev/fdt/fdt_common.h > ============================================================================== > --- head/sys/dev/fdt/fdt_common.h Fri Jan 22 12:51:12 2016 (r294561) > +++ head/sys/dev/fdt/fdt_common.h Fri Jan 22 13:09:43 2016 (r294562) > @@ -45,8 +45,10 @@ struct fdt_sense_level { > enum intr_polarity pol; > }; > > +#if defined(__arm__) && !defined(ARM_INTRNG) > typedef int (*fdt_pic_decode_t)(phandle_t, pcell_t *, int *, int *, int *); > extern fdt_pic_decode_t fdt_pic_table[]; > +#endif > > #if defined(__arm__) || defined(__powerpc__) > typedef void (*fdt_fixup_t)(phandle_t); >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-Vmo=g-89uABcSRsYWbiFVhZWbTmqZattXYvcUChDoTJS-Ug>