[PATCH 2/2] x86: Use optimized ioresource lookup in ioremap function

2014-08-29 Thread Mike Travis
This patch uses the optimized ioresource lookup, "region_is_ram", for the ioremap function. If the region is not found, it falls back to the "page_is_ram" function. If it is found and it is RAM, then the usual warning message is issued, and the ioremap operation is aborted. Otherwise, the

[PATCH 2/2] x86: Use optimized ioresource lookup in ioremap function

2014-08-29 Thread Mike Travis
This patch uses the optimized ioresource lookup, "region_is_ram", for the ioremap function. If the region is not found, it falls back to the "page_is_ram" function. If it is found and it is RAM, then the usual warning message is issued, and the ioremap operation is aborted. Otherwise, the

[PATCH 2/2] x86: Use optimized ioresource lookup in ioremap function

2014-08-29 Thread Mike Travis
This patch uses the optimized ioresource lookup, region_is_ram, for the ioremap function. If the region is not found, it falls back to the page_is_ram function. If it is found and it is RAM, then the usual warning message is issued, and the ioremap operation is aborted. Otherwise, the ioremap

[PATCH 2/2] x86: Use optimized ioresource lookup in ioremap function

2014-08-29 Thread Mike Travis
This patch uses the optimized ioresource lookup, region_is_ram, for the ioremap function. If the region is not found, it falls back to the page_is_ram function. If it is found and it is RAM, then the usual warning message is issued, and the ioremap operation is aborted. Otherwise, the ioremap

[PATCH 2/2] x86: Use optimized ioresource lookup in ioremap function

2014-08-27 Thread Mike Travis
This patch uses the optimized ioresource lookup, "region_is_ram", for the ioremap function. If the region is not found, it falls back to the "page_is_ram" function. If it is found and it is RAM, then the usual warning message is issued, and the ioremap operation is aborted. Otherwise, the

[PATCH 2/2] x86: Use optimized ioresource lookup in ioremap function

2014-08-27 Thread Mike Travis
This patch uses the optimized ioresource lookup, region_is_ram, for the ioremap function. If the region is not found, it falls back to the page_is_ram function. If it is found and it is RAM, then the usual warning message is issued, and the ioremap operation is aborted. Otherwise, the ioremap