Re: [patch] Fix large MCA bootmem allocation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tuesday 05 February 2008 12:32:33 pm Russ Anderson wrote:
> +		if (first_time) {
> +			data = mca_bootmem();
> +			first_time = 0;
> +		} else
> +			data = page_address(alloc_pages_node(numa_node_id(),
> +					GFP_KERNEL, get_order(sz)));
> +	}

I assume this alloc_pages_node() path happens when a CPU is hot-added.
What happens if this alloc fails?

Bjorn
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux