On Nov 10, 2007 3:10 AM, Mohammad M Molla <[EMAIL PROTECTED]> wrote:
> Let me clarify. I am porting an ethernet driver from Linux to an embedded OS
> which does not have memset. So yeh, its in kernel space (not linux kernel)
> and I need some software mechanism to zero fill the memory. Also the
> platform is MIPS.

not sure if you have considered this already or not, but look at
"arch/mips/lib/memset.S"  for an example of writing memset for the
mips cpu.

anupam
-- 
In the beginning was the lambda, and the lambda was with Emacs, and
Emacs was the lambda.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to