Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Jun 2004 15:50:49 +0200
From:      "Poul-Henning Kamp" <phk@phk.freebsd.dk>
To:        Jan Grant <Jan.Grant@bristol.ac.uk>
Cc:        current@freebsd.org
Subject:   Re: [REVIEW] panic file+line backout patch 
Message-ID:  <17354.1086357049@critter.freebsd.dk>
In-Reply-To: Your message of "Fri, 04 Jun 2004 14:34:10 BST." <Pine.GSO.4.58.0406041432570.12212@mail.ilrt.bris.ac.uk> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.GSO.4.58.0406041432570.12212@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17354.1086357049>