PERFORCE change 136931 for review

Randall R. Stewart rrs at FreeBSD.org
Wed Mar 5 18:07:31 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=136931

Change 136931 by rrs at 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


More information about the p4-projects mailing list