aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/boot
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-07 10:00:43 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-07 10:00:43 +0100
commit97be3bd3fecca566cdb69db024434aef8cfbedbc (patch)
treef1b395018df401bcfdc4e61a0e8dffd8dc524a8d /xen/arch/x86/boot
parente926e7d1a94d3d3bb61af5793b2d0654a908f21a (diff)
downloadxen-97be3bd3fecca566cdb69db024434aef8cfbedbc.tar.gz
xen-97be3bd3fecca566cdb69db024434aef8cfbedbc.tar.bz2
xen-97be3bd3fecca566cdb69db024434aef8cfbedbc.zip
multiboot asm: Get offset constants from the C struct
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Diffstat (limited to 'xen/arch/x86/boot')
-rw-r--r--xen/arch/x86/boot/cmdline.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/arch/x86/boot/cmdline.S b/xen/arch/x86/boot/cmdline.S
index 8d0c42afb2..d993bde1f7 100644
--- a/xen/arch/x86/boot/cmdline.S
+++ b/xen/arch/x86/boot/cmdline.S
@@ -147,10 +147,6 @@
3: pop %ebx
ret
-/* multiboot_info structure offsets. */
-#define MB_flags 0
-#define MB_cmdline 16
-
cmdline_parse_early:
pusha