[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: current_set symbol in GNU Mach
From: |
Samuel Thibault |
Subject: |
Re: current_set symbol in GNU Mach |
Date: |
Fri, 18 Aug 2006 17:07:16 +0200 |
User-agent: |
Mutt/1.5.11 |
Hi,
Richard Braun, le Mon 14 Aug 2006 22:55:15 +0200, a écrit :
> extern struct task_struct *current_set[NR_CPUS];
> #define current (0+current_set[smp_processor_id()]) /* Current on this
> processor */
> The symbol named current_set doesn't exist.
It does on my gnumach:
./linux/src/kernel/sched.c:struct task_struct *current_set[NR_CPUS];
What fields of "current" does the driver use?
(On Linux, "current" is just a pointer to the current task attributes).
Samuel