Convert event_thread from a proc to an lwp, so that the use of

kthread_create() in sa11xx_pcic.c again matches with the prototype.
This commit is contained in:
he 2007-07-12 09:47:17 +00:00
parent a8c44dfbf5
commit fa013716c8

View File

@ -1,4 +1,4 @@
/* $NetBSD: sa11xx_pcicvar.h,v 1.2 2001/07/30 10:55:49 rjs Exp $ */
/* $NetBSD: sa11xx_pcicvar.h,v 1.3 2007/07/12 09:47:17 he Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -42,7 +42,7 @@ struct sapcic_socket {
struct device *pcmcia;
struct sapcic_tag *pcictag;
struct proc *event_thread;
struct lwp *event_thread;
int event;
int laststatus;
int shutdown;