Subject: Re: Problem in locore.s
To: Phil Nelson <phil@steelhead.cs.wwu.edu>
From: Simon Burge <simonb@telstra.com.au>
List: port-pc532
Date: 11/10/1997 08:17:56
On Sun, 9 Nov 1997 13:18:53 -0800 (PST)  Phil Nelson wrote:

> >Attempting to compile the latest locore.s I get the following
> >error message:
> >
> >../../../../arch/pc532/pc532/locore.s: Assembler messages:
> >../../../../arch/pc532/pc532/locore.s:579: Error: Unknown pseudo-op:  `.even'
> 
> I don't seem to find a '.even' in my current sources.  This at HEAD
> updated a few minutes ago.
> 
> ---->/usr/src/sys/arch/pc532/pc532
> nooky2[105]$ grep even locore.s
>  * vmstat -i uses the following labels and interrupt even increments the
> 
> ---->/usr/src/sys/arch/pc532/pc532
> nooky2[106]$ grep NetBSD: locore.s
> /*      $NetBSD: locore.s,v 1.47 1997/05/08 13:44:13 matthias Exp $     */

You're looking in the wrong place!  Try:

balrog:sys/arch/pc532 495> grep even include/*.h
include/asm.h:          .even
include/psl.h:#define PSL_P             0x00000400      /* Prevent TRC trap */

It's at the tail end of the PANIC() macro.

Simon.