OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Tobias Weingartner (weingartcvs.openbsd.org)
Date: Wed May 14 2008 - 16:53:08 CDT


CVSROOT: /cvs
Module name: src
Changes by: weingartcvs.openbsd.org 2008/05/14 15:53:08

Modified files:
        sys/arch/amd64/amd64: vector.S

Log message:
Add a '.text' to make sure we understand IDTVEC()'s are in the text
segment. kettenis ok. miod pointed out that the define already
does a '.text', this makes it explicit.