On 24/07/2015 14:07, Andrew Jones wrote: > @@ -58,6 +59,7 @@ void phys_alloc_set_minimum_alignment(phys_addr_t align) > static phys_addr_t phys_alloc_aligned_safe(phys_addr_t size, > phys_addr_t align, bool safe) > { > + static bool not_warned = true; I wouldn't object to not having "not" in the name of this variable. :) Otherwise looks okay. Paolo > phys_addr_t addr, size_orig = size; > u64 top_safe = top; > -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html