Subject: CVS commit: src/sys/arch
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 05/02/2003 18:05:48
Module Name:	src
Committed By:	yamt
Date:		Fri May  2 18:05:47 UTC 2003

Modified Files:
	src/sys/arch/amd64/include: asm.h
	src/sys/arch/i386/include: asm.h

Log Message:
set symbol to be a function using .type directive in IDTVEC macro
so that ddb backtrace can pick them up after recent ksyms changes.

suggested by Matt Thomas on tech-kern.
ok'ed by Frank van der Linden.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/amd64/include/asm.h
cvs rdiff -r1.24 -r1.25 src/sys/arch/i386/include/asm.h

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