Remove unneeded declarations of the db_machine_init() function. The
ARM ports are the only ones that actually have one, and it is about to change.
This commit is contained in:
parent
ca61e8a63a
commit
47514a31be
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: rpc_machdep.c,v 1.2 2001/11/09 00:34:34 thorpej Exp $ */
|
||||
/* $NetBSD: rpc_machdep.c,v 1.3 2001/11/09 06:52:25 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000-2001 Reinoud Zandijk.
|
||||
@ -200,7 +200,6 @@ void undefinedinstruction_bounce __P((trapframe_t *frame));
|
||||
static void process_kernel_args __P((void));
|
||||
|
||||
extern void dump_spl_masks __P((void));
|
||||
extern void db_machine_init __P((void));
|
||||
extern void vidcrender_reinit __P((void));
|
||||
extern int vidcrender_blank __P((struct vconsole *vc, int type));
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ofwgencfg_machdep.c,v 1.15 2001/11/02 21:19:10 thorpej Exp $ */
|
||||
/* $NetBSD: ofwgencfg_machdep.c,v 1.16 2001/11/09 06:52:25 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -84,9 +84,6 @@ extern void parse_mi_bootargs __P((char *args));
|
||||
extern void data_abort_handler __P((trapframe_t *frame));
|
||||
extern void prefetch_abort_handler __P((trapframe_t *frame));
|
||||
extern void undefinedinstruction_bounce __P((trapframe_t *frame));
|
||||
#ifdef DDB
|
||||
extern void db_machine_init __P((void));
|
||||
#endif
|
||||
int ofbus_match __P((struct device *, struct cfdata *, void *));
|
||||
void ofbus_attach __P((struct device *, struct device *, void *));
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: shark_machdep.c,v 1.22 2001/11/02 21:19:11 thorpej Exp $ */
|
||||
/* $NetBSD: shark_machdep.c,v 1.23 2001/11/09 06:52:26 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -105,9 +105,6 @@ extern void data_abort_handler __P((trapframe_t *frame));
|
||||
extern void prefetch_abort_handler __P((trapframe_t *frame));
|
||||
extern void undefinedinstruction_bounce __P((trapframe_t *frame));
|
||||
extern void consinit __P((void));
|
||||
#ifdef DDB
|
||||
extern void db_machine_init __P((void));
|
||||
#endif
|
||||
int ofbus_match __P((struct device *, struct cfdata *, void *));
|
||||
void ofbus_attach __P((struct device *, struct device *, void *));
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cats_machdep.c,v 1.3 2001/11/09 00:34:36 thorpej Exp $ */
|
||||
/* $NetBSD: cats_machdep.c,v 1.4 2001/11/09 06:52:26 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997,1998 Mark Brinicombe.
|
||||
@ -171,7 +171,6 @@ void data_abort_handler __P((trapframe_t *frame));
|
||||
void prefetch_abort_handler __P((trapframe_t *frame));
|
||||
void undefinedinstruction_bounce __P((trapframe_t *frame));
|
||||
extern void configure __P((void));
|
||||
extern void db_machine_init __P((void));
|
||||
extern void parse_mi_bootargs __P((char *args));
|
||||
extern void dumpsys __P((void));
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: dnard_machdep.c,v 1.2 2001/11/02 21:51:57 thorpej Exp $ */
|
||||
/* $NetBSD: dnard_machdep.c,v 1.3 2001/11/09 06:52:26 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -104,9 +104,6 @@ extern void data_abort_handler __P((trapframe_t *frame));
|
||||
extern void prefetch_abort_handler __P((trapframe_t *frame));
|
||||
extern void undefinedinstruction_bounce __P((trapframe_t *frame));
|
||||
extern void consinit __P((void));
|
||||
#ifdef DDB
|
||||
extern void db_machine_init __P((void));
|
||||
#endif
|
||||
int ofbus_match __P((struct device *, struct cfdata *, void *));
|
||||
void ofbus_attach __P((struct device *, struct device *, void *));
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ofwgencfg_machdep.c,v 1.1 2001/05/09 16:08:45 matt Exp $ */
|
||||
/* $NetBSD: ofwgencfg_machdep.c,v 1.2 2001/11/09 06:52:26 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -84,9 +84,6 @@ extern void parse_mi_bootargs __P((char *args));
|
||||
extern void data_abort_handler __P((trapframe_t *frame));
|
||||
extern void prefetch_abort_handler __P((trapframe_t *frame));
|
||||
extern void undefinedinstruction_bounce __P((trapframe_t *frame));
|
||||
#ifdef DDB
|
||||
extern void db_machine_init __P((void));
|
||||
#endif
|
||||
int ofbus_match __P((struct device *, struct cfdata *, void *));
|
||||
void ofbus_attach __P((struct device *, struct device *, void *));
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: integrator_machdep.c,v 1.2 2001/11/09 00:34:36 thorpej Exp $ */
|
||||
/* $NetBSD: integrator_machdep.c,v 1.3 2001/11/09 06:52:27 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 ARM Ltd
|
||||
@ -180,7 +180,6 @@ void data_abort_handler __P((trapframe_t *frame));
|
||||
void prefetch_abort_handler __P((trapframe_t *frame));
|
||||
void undefinedinstruction_bounce __P((trapframe_t *frame));
|
||||
extern void configure __P((void));
|
||||
extern void db_machine_init __P((void));
|
||||
extern void parse_mi_bootargs __P((char *args));
|
||||
extern void dumpsys __P((void));
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: iq80310_machdep.c,v 1.5 2001/11/09 00:34:37 thorpej Exp $ */
|
||||
/* $NetBSD: iq80310_machdep.c,v 1.6 2001/11/09 06:52:27 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997,1998 Mark Brinicombe.
|
||||
@ -156,7 +156,6 @@ void data_abort_handler(trapframe_t *frame);
|
||||
void prefetch_abort_handler(trapframe_t *frame);
|
||||
void undefinedinstruction_bounce(trapframe_t *frame);
|
||||
|
||||
extern void db_machine_init(void);
|
||||
extern void parse_mi_bootargs(char *args);
|
||||
extern void dumpsys(void);
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: hpc_machdep.c,v 1.19 2001/11/09 00:34:37 thorpej Exp $ */
|
||||
/* $NetBSD: hpc_machdep.c,v 1.20 2001/11/09 06:52:27 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994-1998 Mark Brinicombe.
|
||||
@ -211,7 +211,6 @@ extern int db_trapper();
|
||||
|
||||
extern void dump_spl_masks __P((void));
|
||||
extern pt_entry_t *pmap_pte __P((pmap_t pmap, vaddr_t va));
|
||||
extern void db_machine_init __P((void));
|
||||
|
||||
extern void dumpsys __P((void));
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_machdep.h,v 1.11 2000/07/17 19:57:49 jeffs Exp $ */
|
||||
/* $NetBSD: db_machdep.h,v 1.12 2001/11/09 06:52:24 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
|
||||
@ -82,7 +82,6 @@ db_addr_t db_disasm_insn __P((int insn, db_addr_t loc, boolean_t altfmt));
|
||||
void kdb_kbd_trap __P((db_regs_t *));
|
||||
void db_set_ddb_regs __P((int type, mips_reg_t *));
|
||||
int kdb_trap __P((int type, mips_reg_t *));
|
||||
void db_machine_init __P((void));
|
||||
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: netwinder_machdep.c,v 1.10 2001/11/09 00:34:37 thorpej Exp $ */
|
||||
/* $NetBSD: netwinder_machdep.c,v 1.11 2001/11/09 06:52:27 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997,1998 Mark Brinicombe.
|
||||
@ -176,7 +176,6 @@ void data_abort_handler __P((trapframe_t *frame));
|
||||
void prefetch_abort_handler __P((trapframe_t *frame));
|
||||
void undefinedinstruction_bounce __P((trapframe_t *frame));
|
||||
extern void configure __P((void));
|
||||
extern void db_machine_init __P((void));
|
||||
extern void parse_mi_bootargs __P((char *args));
|
||||
extern void dumpsys __P((void));
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_machdep.h,v 1.16 2001/06/30 20:15:02 mrg Exp $ */
|
||||
/* $NetBSD: db_machdep.h,v 1.17 2001/11/09 06:52:24 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
@ -115,7 +115,6 @@ db_addr_t db_branch_taken __P((int inst, db_addr_t pc, db_regs_t *regs));
|
||||
|
||||
#define DB_MACHINE_COMMANDS
|
||||
|
||||
void db_machine_init __P((void));
|
||||
int kdb_trap __P((int, struct trapframe *));
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_machdep.h,v 1.12 2001/07/07 15:16:13 eeh Exp $ */
|
||||
/* $NetBSD: db_machdep.h,v 1.13 2001/11/09 06:52:25 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
@ -136,7 +136,6 @@ db_addr_t db_branch_taken __P((int inst, db_addr_t pc, db_regs_t *regs));
|
||||
|
||||
#define DB_MACHINE_COMMANDS
|
||||
|
||||
void db_machine_init __P((void));
|
||||
int kdb_trap __P((int, struct trapframe64 *));
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_machdep.h,v 1.1 2001/04/06 13:13:02 fredette Exp $ */
|
||||
/* $NetBSD: db_machdep.h,v 1.2 2001/11/09 06:52:25 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
@ -44,7 +44,6 @@
|
||||
extern label_t *db_recover; /* db_command.c */
|
||||
|
||||
extern char *esym; /* end of symbols */
|
||||
void db_machine_init __P((void));
|
||||
|
||||
/* These are in db_memrw.c */
|
||||
extern void db_read_bytes __P((vm_offset_t addr, size_t size, char *data));
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_machdep.h,v 1.12 2001/09/05 13:30:24 tsutsui Exp $ */
|
||||
/* $NetBSD: db_machdep.h,v 1.13 2001/11/09 06:52:25 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
@ -44,7 +44,6 @@
|
||||
extern label_t *db_recover; /* db_command.c */
|
||||
|
||||
extern char *esym; /* end of symbols */
|
||||
void db_machine_init __P((void));
|
||||
|
||||
/* These are in db_memrw.c */
|
||||
extern void db_read_bytes __P((db_addr_t addr, size_t size, char *data));
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_interface.h,v 1.7 2001/07/31 04:28:16 atatat Exp $ */
|
||||
/* $NetBSD: db_interface.h,v 1.8 2001/11/09 06:52:23 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1995 The NetBSD Foundation, Inc.
|
||||
@ -43,7 +43,6 @@
|
||||
db_addr_t db_disasm __P((db_addr_t, boolean_t));
|
||||
|
||||
/* arch/<arch>/<arch>/db_interface.c */
|
||||
void db_machine_init __P((void));
|
||||
#ifdef DB_MACHINE_COMMANDS
|
||||
extern const struct db_command db_machine_command_table[];
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user