[rtems-libbsd commit] Added support for initialization of uihashinit().
    Sebastian Huber 
    sebastian.huber at embedded-brains.de
       
    Thu May 31 10:17:26 UTC 2012
    
    
  
On 05/30/2012 06:45 PM, Jennifer Averett wrote:
> diff --git a/freebsd/kern/init_main.c b/freebsd/kern/init_main.c
> index 540e0cb..ada7377 100644
> --- a/freebsd/kern/init_main.c
> +++ b/freebsd/kern/init_main.c
> @@ -183,6 +183,7 @@ mi_startup(void)
>   	struct sysinit **sysinit_end = NULL;
>   #endif /* __rtems__ */
>
> +#define VERBOSE_SYSINIT
>   #if defined(VERBOSE_SYSINIT)
>   	int last;
>   	int verbose;
> @@ -393,6 +394,7 @@ struct sysentvec null_sysvec = {
>   	.sv_fetch_syscall_args = null_fetch_syscall_args,
>   	.sv_syscallnames = NULL,
>   };
> +#endif /* __rtems__ */
I suppose that the VERBOSE_SYSINIT is normally defined in one of the opt_*.h files.
-- 
Sebastian Huber, embedded brains GmbH
Address : Obere Lagerstr. 30, D-82178 Puchheim, Germany
Phone   : +49 89 18 90 80 79-6
Fax     : +49 89 18 90 80 79-9
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
    
    
More information about the devel
mailing list