Hi,
current thread_info structure (and sp) are allocated via the kmalloc()
interface. I am trying to allocate it using vmalloc() which works fine
for 4KB stack size. When trying to allocate 8KB stack size I got a
double fault exception when booting the kernel. Does anyone knows why? I
can add reg trace if it helps..


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to