> I understand all this, but thread is not a pointer.
> So shouldn't it be t->thread.esp ?
You are right, I missed this.
The fix is to change it to `((unsigned long *)tsk->thread.esp)[3]' but
we also still have to fix the dependency problem, which means moving it
out of processor.h. Andrew Morton just posted a patch to move it to
process.c, I think he has it right. Give that a try.
> *(p + (3*sizeof(p))) ?
Right ;)
Robert Love
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/