Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2004 13:04:13 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 53329 for review
Message-ID:  <200405232004.i4NK4DG2069150@repoman.freebsd.org>

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

Change 53329 by marcel@marcel_nfs on 2004/05/23 13:03:29

	We don't have any code dependent on DDB.

Affected files ...

.. //depot/projects/gdb/sys/alpha/alpha/interrupt.c#7 edit

Differences ...

==== //depot/projects/gdb/sys/alpha/alpha/interrupt.c#7 (text+ko) ====

@@ -31,8 +31,6 @@
  * notice.
  */
 
-#include "opt_ddb.h"
-
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 /* __KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.23 1998/02/24 07:38:01 thorpej Exp $");*/
 __FBSDID("$FreeBSD: src/sys/alpha/alpha/interrupt.c,v 1.78 2004/04/16 20:09:53 jhb Exp $");
@@ -68,10 +66,6 @@
 #include <machine/intrcnt.h>
 #endif
 
-#ifdef DDB
-#include <ddb/ddb.h>
-#endif
-
 volatile int mc_expected, mc_received;
 
 static void 



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