x86, boot: add linked list of struct setup_data
authorHuang, Ying <ying.huang@intel.com>
Fri, 28 Mar 2008 02:49:44 +0000 (10:49 +0800)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Apr 2008 19:34:42 +0000 (21:34 +0200)
This patch adds a field of 64-bit physical pointer to NULL terminated
single linked list of struct setup_data to real-mode kernel
header. This is used as a more extensible boot parameters passing
mechanism.

Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found