Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2011 02:56:08 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228271 - head/sys/mips/nlm/hal
Message-ID:  <201112050256.pB52u8H6013955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jchandra
Date: Mon Dec  5 02:56:08 2011
New Revision: 228271
URL: http://svn.freebsd.org/changeset/base/228271

Log:
  Fix XLP compilation.
  
  Add definitions of LSU_DEBUG_ADDR and LSU_DEBUG_DATA0, the code that uses
  it was added in r227799
  
  Reported by:	gonzo

Modified:
  head/sys/mips/nlm/hal/cpucontrol.h

Modified: head/sys/mips/nlm/hal/cpucontrol.h
==============================================================================
--- head/sys/mips/nlm/hal/cpucontrol.h	Mon Dec  5 00:12:10 2011	(r228270)
+++ head/sys/mips/nlm/hal/cpucontrol.h	Mon Dec  5 02:56:08 2011	(r228271)
@@ -44,6 +44,8 @@
 #define	CPU_BLOCKID_MAP		10
 
 #define	LSU_DEFEATURE		0x304
+#define	LSU_DEBUG_ADDR		0x305
+#define	LSU_DEBUG_DATA0		0x306
 #define	LSU_CERRLOG_REGID	0x09
 #define	SCHED_DEFEATURE		0x700
 



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