head_32.S (320424c7d44f54c18df9812fd7c45f6963524002) head_32.S (337015573718b161891a3473d25f59273f2e626b)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 *
4 * Copyright (C) 1991, 1992 Linus Torvalds
5 *
6 * Enhanced CPU detection and feature setting code by Mike Jagdis
7 * and Martin Mares, November 1997.
8 */

--- 418 unchanged lines hidden (view full) ---

427 cmpl $2,early_recursion_flag
428 je hlt_loop
429 incl early_recursion_flag
430 pushl 16(%esp)
431 pushl 24(%esp)
432 pushl 32(%esp)
433 pushl 40(%esp)
434 pushl $int_msg
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 *
4 * Copyright (C) 1991, 1992 Linus Torvalds
5 *
6 * Enhanced CPU detection and feature setting code by Mike Jagdis
7 * and Martin Mares, November 1997.
8 */

--- 418 unchanged lines hidden (view full) ---

427 cmpl $2,early_recursion_flag
428 je hlt_loop
429 incl early_recursion_flag
430 pushl 16(%esp)
431 pushl 24(%esp)
432 pushl 32(%esp)
433 pushl 40(%esp)
434 pushl $int_msg
435 call printk
435 call _printk
436
437 call dump_stack
438
439 addl $(5*4),%esp
440 popl %ds
441 popl %es
442 popl %edx
443 popl %ecx

--- 139 unchanged lines hidden ---
436
437 call dump_stack
438
439 addl $(5*4),%esp
440 popl %ds
441 popl %es
442 popl %edx
443 popl %ecx

--- 139 unchanged lines hidden ---