[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 09/16] xen/arm: use device api to detect GIC version
On Wed, Apr 23, 2014 at 8:31 PM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote: > On Tue, 2014-04-15 at 16:47 +0530, vijay.kilari@xxxxxxxxx wrote: >> +static const char * const gicv2_dt_compat[] __initconst = >> +{ >> + "arm,cortex-a15-gic", >> + "arm,cortex-a9-gic", > > This is DT_MATCH_GIC. Please keep using it. Perhaps you will want to > rename it to DT_MATCH_GICV2. > DT_MATCH_GIC is redefined as DT_MATCH_COMPATIBLE, so could not use it here. #define DT_MATCH_GIC DT_MATCH_COMPATIBLE("arm,cortex-a15-gic"), \ DT_MATCH_COMPATIBLE("arm,cortex-a7-gic") _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |