]> err.no Git - linux-2.6/blobdiff - arch/x86/kernel/head_32.S
x86: printk kernel version in WARN_ON and other dump_stack users
[linux-2.6] / arch / x86 / kernel / head_32.S
index 00b1c2c5645417c046c55408694554e792083aea..374b7ece89610e14fcebff09dd0711d27da040ff 100644 (file)
@@ -124,12 +124,7 @@ ENTRY(startup_32)
        movsl
        movl boot_params - __PAGE_OFFSET + NEW_CL_POINTER,%esi
        andl %esi,%esi
-       jnz 2f                  # New command line protocol
-       cmpw $(OLD_CL_MAGIC),OLD_CL_MAGIC_ADDR
-       jne 1f
-       movzwl OLD_CL_OFFSET,%esi
-       addl $(OLD_CL_BASE_ADDR),%esi
-2:
+       jz 1f                   # No comand line
        movl $(boot_command_line - __PAGE_OFFSET),%edi
        movl $(COMMAND_LINE_SIZE/4),%ecx
        rep