Subject: CVS commit: src/sys/arch/alpha/include
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 05/19/2007 17:09:35
Module Name:	src
Committed By:	mhitch
Date:		Sat May 19 17:09:35 UTC 2007

Modified Files:
	src/sys/arch/alpha/include: cpu.h

Log Message:
Fix multiprocessor operation:  move a couple of fields in struct cpu_info
to the beginning so they can still be accessed in assymbly code using 8 bit
offsets.  The addition of a big structure in cpu_data moved these outside
the range of the addq instruction.  Gas should have complained that the
immediate value was too large, but just silently truncated it.  I can now
run multiprocessor again.


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/arch/alpha/include/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.