Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2008 18:07:30 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 136931 for review
Message-ID:  <200803051807.m25I7UlQ081513@repoman.freebsd.org>

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

Change 136931 by rrs@rrs-mips2-jnpr on 2008/03/05 18:07:14

	Add mask for unaligned access bit.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/cpu.h#12 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/cpu.h#12 (text+ko) ====

@@ -201,6 +201,9 @@
 #define	COP_0_TAG_HI		$29
 #define	COP_0_ERROR_PC		$30
 
+#ifdef TARGET_OCTEON
+#define OCTEON_UNALIGNED_ACCESS 0x4000
+#endif
 
 /*
  *  Coprocessor 0 Set 1



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