Re: [GIT PULL] NOMMU and FRV patches

From: Mike Frysinger
Date: Mon Mar 28 2011 - 03:01:37 EST


On Sun, Mar 27, 2011 at 22:46, Linus Torvalds wrote:
> On Thu, Mar 24, 2011 at 11:03 AM, David Howells wrote:
>> Can you pull these patches please?
>
> No.
>
> Because they are sh*t that have clearly never been tested, and have
> never been in -next.
>
> They don't even compile on anything but NOMMU, as far as I can tell.
> That new "vcoalesce()" helper is crap:

yeah, it would seem that my patch broke MMU (for once the other way
around). it's the MMU vcoalesce redirection that is broken. stupid
thinko:
-#define vcoalesce(...) vmap(...)
+#define vcoalesce(...) vmap(__VA_ARGS__)
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/