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 _______________________________________________ Bug-hurd mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-hurd
