[patch] kill db_print_backtrace()
YONETANI Tomokazu
qhwt+dfly at les.ath.cx
Wed Nov 28 17:11:51 PST 2007
On Wed, Nov 28, 2007 at 06:28:23PM +0200, Aggelos Economopoulos wrote:
> Index: dev/acpica5/Osd/OsdSynch.c
> ===================================================================
> RCS file: /home/aggelos/imports/vcs/dcvs/src/sys/dev/acpica5/Osd/OsdSynch.c,v
> retrieving revision 1.11
> diff -u -p -r1.11 OsdSynch.c
> --- dev/acpica5/Osd/OsdSynch.c 25 Jan 2007 15:12:06 -0000 1.11
> +++ dev/acpica5/Osd/OsdSynch.c 28 Nov 2007 15:42:08 -0000
> @@ -356,7 +356,7 @@ AcpiOsDeleteLock (ACPI_SPINLOCK Spin)
> }
>
> #ifdef ACPI_DEBUG_LOCKS
> -void db_print_backtrace(void);
> +void backtrace(void);
> #endif
> /*
> * OS-dependent locking primitives. These routines should be able to be
You can drop this prototype declaration and the surrounding #ifdef too.
Cheers.
More information about the Submit
mailing list