summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/netboot/rpcc.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/stand/netboot/rpcc.S')
-rw-r--r--sys/arch/alpha/stand/netboot/rpcc.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/arch/alpha/stand/netboot/rpcc.S b/sys/arch/alpha/stand/netboot/rpcc.S
new file mode 100644
index 00000000000..598534d50bd
--- /dev/null
+++ b/sys/arch/alpha/stand/netboot/rpcc.S
@@ -0,0 +1,10 @@
+/* $OpenBSD: rpcc.S,v 1.1 1996/10/30 22:40:59 niklas Exp $ */
+/* $NetBSD: rpcc.S,v 1.2 1996/10/02 21:18:50 cgd Exp $ */
+
+#include <machine/asm.h>
+
+ .text
+LEAF(alpha_rpcc,1)
+ rpcc v0
+ RET
+ END(alpha_rpcc)