patch-2.1.18 linux/arch/sparc/kernel/head.S
Next file: linux/arch/sparc/kernel/signal.c
Previous file: linux/arch/ppc/kernel/ksyms.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Mon Dec 23 10:13:52 1996
- Orig file:
v2.1.17/linux/arch/sparc/kernel/head.S
- Orig date:
Wed Dec 18 15:58:43 1996
diff -u --recursive --new-file v2.1.17/linux/arch/sparc/kernel/head.S linux/arch/sparc/kernel/head.S
@@ -1,4 +1,4 @@
-/* $Id: head.S,v 1.74 1996/12/08 08:18:59 davem Exp $
+/* $Id: head.S,v 1.75 1996/12/20 07:54:57 davem Exp $
* head.S: The initial boot code for the Sparc port of Linux.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -409,7 +409,7 @@
*/
.globl C_LABEL(bootup_user_stack)
.globl C_LABEL(bootup_kernel_stack)
- .globl C_LABEL(pg0)
+ .globl C_LABEL(pg0), C_LABEL(pg1), C_LABEL(pg2), C_LABEL(pg3)
.globl C_LABEL(empty_bad_page)
.globl C_LABEL(empty_bad_page_table)
.globl C_LABEL(empty_zero_page)
@@ -418,6 +418,9 @@
C_LABEL(bootup_kernel_stack): .skip 0x2000
C_LABEL(swapper_pg_dir): .skip 0x1000
C_LABEL(pg0): .skip 0x1000
+C_LABEL(pg1): .skip 0x1000
+C_LABEL(pg2): .skip 0x1000
+C_LABEL(pg3): .skip 0x1000
C_LABEL(empty_bad_page): .skip 0x1000
C_LABEL(empty_bad_page_table): .skip 0x1000
C_LABEL(empty_zero_page): .skip 0x1000
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov