PERFORCE change 53329 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun May 23 13:04:43 PDT 2004


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

Change 53329 by marcel at 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 


More information about the p4-projects mailing list