> Do you mind adding those one line comment when applying this series? > > > +#if defined(CONFIG_USER_ONLY) > > #if defined(CONFIG_USER_ONLY) /* System mode not implemented */ > > > +#if !defined(TARGET_MIPS64) > > #if !defined(TARGET_MIPS64) /* Only O32 user-mode ABI is supported */
I do think this is a very good idea, but it was too late - I was already well into preparing pull request when I read this. Thanks, Aleksandar
