patch-2.3.42 linux/arch/sparc/kernel/head.S
Next file: linux/arch/sparc/kernel/ioport.c
Previous file: linux/arch/sparc/defconfig
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Mon Jan 31 23:37:19 2000
- Orig file:
v2.3.41/linux/arch/sparc/kernel/head.S
- Orig date:
Wed Dec 29 13:13:13 1999
diff -u --recursive --new-file v2.3.41/linux/arch/sparc/kernel/head.S linux/arch/sparc/kernel/head.S
@@ -1,4 +1,4 @@
-/* $Id: head.S,v 1.101 1999/12/02 08:34:56 jj Exp $
+/* $Id: head.S,v 1.102 2000/01/29 01:08:54 anton Exp $
* head.S: The initial boot code for the Sparc port of Linux.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -483,10 +483,8 @@
1:
mov %o7, %g3
-#ifndef CONFIG_AP1000
tst %o0
be no_sun4u_here
-#endif
mov %g4, %o7 /* Previous %o7. */
mov %o0, %l0 ! stash away romvec
@@ -762,11 +760,6 @@
* I figure out and store nwindows and nwindowsm1 later on.
*/
execute_in_high_mem:
-#if CONFIG_AP1000
- /* we don't have a prom :-( */
- b sun4m_init
- nop
-#endif
mov %l0, %o0 ! put back romvec
mov %l1, %o1 ! and debug_vec
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)