diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-03-30 20:14:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-03-30 20:14:15 +0000 |
commit | 48df6ce4c0798cc1d04adf27a5fb3236f0a07bd0 (patch) | |
tree | ed204687dfd2559a8d8bf820e9e30f0adbdc797a /sys/arch/sgi | |
parent | 6011cbbaf90dcc4db566064046e4de26090d8839 (diff) |
Remove former idle_stack.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/sgi/locore.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sgi/sgi/locore.S b/sys/arch/sgi/sgi/locore.S index 1bd4236b70b..688d488f695 100644 --- a/sys/arch/sgi/sgi/locore.S +++ b/sys/arch/sgi/sgi/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.7 2007/10/18 04:32:27 miod Exp $ */ +/* $OpenBSD: locore.S,v 1.8 2008/03/30 20:14:14 miod Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -39,9 +39,6 @@ .set noreorder # Noreorder is default style! - .globl idle_stack # idle stack just below kernel. -idle_stack: - .globl start .globl kernel_text kernel_text = start |