On Wed, 21 Oct 2015, Henrik Austad wrote: > These could be defined elsewhere, be careful when defining these > > Cc: John Kacur <jkacur@xxxxxxxxxx> > Signed-off-by: Henrik Austad <haustad@xxxxxxxxx> > --- > src/include/rt-sched.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/src/include/rt-sched.h b/src/include/rt-sched.h > index b46b1b16606f..679c4bd10ae2 100644 > --- a/src/include/rt-sched.h > +++ b/src/include/rt-sched.h > @@ -43,9 +43,13 @@ > #endif > > #ifdef __arm__ > +#ifndef __NR_sched_setattr > #define __NR_sched_setattr 380 > +#endif > +#ifndef __NR_sched_getattr > #define __NR_sched_getattr 381 > #endif > +#endif > > #ifdef __tilegx__ > #define __NR_sched_setattr 274 > -- > 1.9.1 > > -- Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html