Carsten Otte wrote:

> 
>> +    bad_page = alloc_page(GFP_KERNEL | __GFP_ZERO);
>> +
>> +    if (bad_page == NULL) {
>> +            r = -ENOMEM;
>> +            goto out;
>> +    }

> I don't think we need bad_page on s390, maybe I missed something. It's
> only useful for mmu code as far as I can tell.

Determined by the position of code realted to mmu :)
Xiantao

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to