Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2003 01:43:52 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44436 for review
Message-ID:  <200312280943.hBS9hqHF084518@repoman.freebsd.org>

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

Change 44436 by jmallett@jmallett_oingo on 2003/12/28 01:43:03

	Some XXX.

Affected files ...

.. //depot/projects/mips/sys/dev/arcbios/arcbios.c#11 edit

Differences ...

==== //depot/projects/mips/sys/dev/arcbios/arcbios.c#11 (text+ko) ====

@@ -139,6 +139,7 @@
 static void
 arcbios_fill_vector(struct arcbios *A, const struct arcbios_fv *V)
 {
+	/* XXX not ARCBIOS64 safe. */
 #define	ARCSET(Func)	A->Func = (void *)(intptr_t)(int) V->Func
 	ARCSET(Load);
 	ARCSET(Invoke);



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