summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/stand/start.S9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/alpha/stand/start.S b/sys/arch/alpha/stand/start.S
index bf94a232765..446d39b1ab4 100644
--- a/sys/arch/alpha/stand/start.S
+++ b/sys/arch/alpha/stand/start.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: start.S,v 1.6 2011/06/05 21:49:36 miod Exp $ */
+/* $OpenBSD: start.S,v 1.7 2020/07/18 17:13:00 deraadt Exp $ */
/* $NetBSD: start.S,v 1.4 1996/10/17 02:50:40 cgd Exp $ */
/*
@@ -71,13 +71,6 @@ XLEAF(halt, 0)
END(start)
/*
- * Dummy routine for GCC2.
- */
-LEAF(__main,0)
- RET
-END(__main)
-
-/*
* cpu_number
* Return the cpu number, using the whami instruction.
*/