[PATCH 1/8] x86: Make get_ramdisk_{image|size}() global.

2013-08-21 Thread Tang Chen
From: Yinghai Lu This patch does two things: 1. Make get_ramdisk_image() and get_ramdisk_size() global so that we can use them in the later patches. 2. In later patches, we are going to call them in head_32.S before paging is enabled. In that case, we can only use physical address to

[PATCH 1/8] x86: Make get_ramdisk_{image|size}() global.

2013-08-21 Thread Tang Chen
From: Yinghai Lu ying...@kernel.org This patch does two things: 1. Make get_ramdisk_image() and get_ramdisk_size() global so that we can use them in the later patches. 2. In later patches, we are going to call them in head_32.S before paging is enabled. In that case, we can only use