[REVIEW] panic file+line backout patch

Poul-Henning Kamp phk at phk.freebsd.dk
Fri Jun 4 13:51:12 GMT 2004


In message <Pine.GSO.4.58.0406041432570.12212 at mail.ilrt.bris.ac.uk>, Jan Grant 
writes:
>On Fri, 4 Jun 2004, Poul-Henning Kamp wrote:
>
>> ===================================================================
>> RCS file: /home/ncvs/src/sys/arm/arm/locore.S,v
>> retrieving revision 1.1
>> diff -u -r1.1 locore.S
>> --- arm/arm/locore.S	14 May 2004 11:46:42 -0000	1.1
>> +++ arm/arm/locore.S	4 Jun 2004 12:55:08 -0000
>> @@ -153,9 +153,7 @@
>>  	bl	_C_LABEL(mi_startup)		/* call mi_startup()! */
>>
>>  	adr	r0, .Lmainreturned
>> -	adr	r1, .LFile
>> -	mov	r2, #__LINE__
>> -	b	_C_LABEL(__panic)
>> +	b	_C_LABEL(anic)
>
>	Typo?

Yes, fixed.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-current mailing list