diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-16 23:57:36 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-16 23:57:36 +0000 |
commit | 6be933e14c4263a21a997a505f56e1e425b35d95 (patch) | |
tree | a35edde28a20ac86c2210f30d2a2e55af1b59029 /sys/arch/hppa | |
parent | cbf6bb1989042bca86f35e40effae05c6be2e594 (diff) |
entry,leaf_entry proper
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/stand/boot/srt0.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/stand/boot/srt0.S b/sys/arch/hppa/stand/boot/srt0.S index ec5af708fd7..435ecf9a0a5 100644 --- a/sys/arch/hppa/stand/boot/srt0.S +++ b/sys/arch/hppa/stand/boot/srt0.S @@ -1,4 +1,4 @@ -/* $OpenBSD: srt0.S,v 1.6 1999/05/06 02:29:56 mickey Exp $ */ +/* $OpenBSD: srt0.S,v 1.7 2001/05/16 23:57:35 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -70,7 +70,7 @@ /* * This is the ending of the begin */ -ENTRY(begin) +ENTRY(begin,0) blr %r0,%r5 ; Get address of 'boff' into 'r5', ldo begin-boff(%r5),%r5 ; and subtract to get 'begin'. @@ -145,7 +145,7 @@ start /* * rtt - restart the box */ -ENTRY(_rtt) +LEAF_ENTRY(_rtt) ldil L%LBCAST_ADDR, %r25 ldi CMD_RESET, %r26 stw %r26,R%iomod_command(%r25) |