x86: clean up e820_reserve_resources on 64-bit
authorYinghai Lu <Yinghai.Lu@Sun.COM>
Sat, 23 Feb 2008 01:07:16 +0000 (17:07 -0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:49 +0000 (17:40 +0200)
e820_resource_resources could use insert_resource instead of request_resource
also move code_resource, data_resource, bss_resource, and crashk_res
out of e820_reserve_resources.

Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found