* Paul Mackerras ([EMAIL PROTECTED]) wrote:
> Robert Jennings writes:
>
> > To support Cooperative Memory Overcommitment (CMO), we need to check
> > for failure from some of the tce hcalls.
>
> This patch runs into context mismatches because of changes made by
> Michael Ellerman's patch "Fix sparse warnings in
> arch/powerpc/platforms/pseries" (now in Linus' tree), which changed
> code like
>
> if (condition)
> return function_returning_void(args);
>
> into
>
> if (condition) {
> function_returning_void(args);
> return;
> }
>
> which will cause problems for your patch. Please check if any of
> these changes need to be undone again.
I do need to revert those changes, the return values will no longer be
void. I'll get those tested and posted. Thanks.
--Rob Jennings
_______________________________________________
Linuxppc-dev mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-dev