Subject: Re: port-arm32/6012: kcopy does not work on arm32 with DIAGNOSTIC
To: None <mark@causality.com>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: port-arm32
Date: 08/24/1998 21:10:04
It used to be the case (pre-UVM) that if you called uiomove() to
copy from kernel to kernel space it used memcpy().  This meant
that you could call it from an interrupt context and just set
the uio_procp field to 0.  I was a bit lazy so I used it that way,
but I'm rewriting that code now.

        -- Lennart