Hi Greg, > This particular code, in uClibc, can only be called from user space. > You can call system calls within the kernel, but you won't be using > the uClibc linkage code above in that case.
Well, the above code is called by the /bin/init process, So I guess this is user space. correct? However, when I look at the CPSR of my core, it tells me I'm still in SVC mode. Do I need to swith somewhere from SVC to USR myself in my uclinux port? Regards, W. _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
