Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 2004 08:44:34 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 47989 for review
Message-ID:  <200403021644.i22GiYso055864@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=47989

Change 47989 by jhb@jhb_slimer on 2004/03/02 08:44:04

	Better version of this over in acpipci.

Affected files ...

.. //depot/projects/smpng/sys/i386/isa/atpic_vector.s#7 edit

Differences ...

==== //depot/projects/smpng/sys/i386/isa/atpic_vector.s#7 (text+ko) ====

@@ -64,12 +64,9 @@
 	pushl	%es ;							\
 	pushl	%fs ;							\
 	mov	$KDSEL,%ax ;	/* load kernel ds, es and fs */		\
-	data16 ;							\
 	mov	%ax,%ds ;						\
-	data16 ;							\
 	mov	%ax,%es ;						\
 	mov	$KPSEL,%ax ;						\
-	data16 ;							\
 	mov	%ax,%fs ;						\
 ;									\
 	FAKE_MCOUNT(13*4(%esp)) ;	/* XXX late to avoid double count */ \



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