]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1d9f12044d821fa700fdebac5d55e06583855ca4
tree57c5de72c38f630e126964b922c379c4a7e49100
parentb49d560c3fad41adbefd15e75e0e94ae1ce4f10a
x86, boot: add linked list of struct setup_data

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>
arch/x86/boot/header.S
arch/x86/kernel/head64.c
arch/x86/kernel/setup_64.c
include/asm-x86/bootparam.h