x86, e820: remove end_user_pfn
authorYinghai Lu <yhlu.kernel@gmail.com>
Sun, 13 Jul 2008 05:57:07 +0000 (22:57 -0700)
committerIngo Molnar <mingo@elte.hu>
Sun, 13 Jul 2008 06:19:40 +0000 (08:19 +0200)
commit7b479becdb8c1fb4ff6fbb2a4076c471c737b54c
tree3a2ca9a72e50d06abc4af4e78204c5b49ad4848c
parent9958e810f8ac92f8a447035ee6555420ba27b847
x86, e820: remove end_user_pfn

end_user_pfn used to modify the meaning of the e820 maps.

Now that all e820 operations are cleaned up, unified, tightened up,
the e820 map always get updated to reality, we don't need to keep
this secondary mechanism anymore.

If you hit this commit in bisection it means something slipped through.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/e820.c