On May 27 2007 21:33, [EMAIL PROTECTED] wrote:
>
>.../silo-1.4.13/second/main.c:1485
>       int len = *(unsigned int *)kernel_params;
>
>This line never completes. 
>
>If anyone knows more about this or has a patch they'd like me to try,
>please let me know. It's probably not helpful, but my guess is that there's
>some kind of alignment problem.

If you suspect an alignment problem do

        printf("kernel_params=%p\n", kernel_params);

(or whatever is needed to get it printed) and see if it does
divide cleanly by 4.



        Jan
-- 
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to