|
@@ -18,7 +18,6 @@
|
|
#include <linux/slab.h>
|
|
#include <linux/slab.h>
|
|
#include <linux/mISDNif.h>
|
|
#include <linux/mISDNif.h>
|
|
#include <linux/kthread.h>
|
|
#include <linux/kthread.h>
|
|
-#include <linux/smp_lock.h>
|
|
|
|
#include "core.h"
|
|
#include "core.h"
|
|
|
|
|
|
static u_int *debug;
|
|
static u_int *debug;
|
|
@@ -205,13 +204,7 @@ mISDNStackd(void *data)
|
|
struct mISDNstack *st = data;
|
|
struct mISDNstack *st = data;
|
|
int err = 0;
|
|
int err = 0;
|
|
|
|
|
|
-#ifdef CONFIG_SMP
|
|
|
|
- lock_kernel();
|
|
|
|
-#endif
|
|
|
|
sigfillset(¤t->blocked);
|
|
sigfillset(¤t->blocked);
|
|
-#ifdef CONFIG_SMP
|
|
|
|
- unlock_kernel();
|
|
|
|
-#endif
|
|
|
|
if (*debug & DEBUG_MSG_THREAD)
|
|
if (*debug & DEBUG_MSG_THREAD)
|
|
printk(KERN_DEBUG "mISDNStackd %s started\n",
|
|
printk(KERN_DEBUG "mISDNStackd %s started\n",
|
|
dev_name(&st->dev->dev));
|
|
dev_name(&st->dev->dev));
|