diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-28 11:46:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-28 11:46:36 +0000 |
commit | f6f35de424504efb72e1b4ba93dbb8bfad8867d1 (patch) | |
tree | 0e81cbb353b960133eba4652fab3ed5b53c240e6 /sys/lib/libkern/arch/sh/ovbcopy.S | |
parent | e184890429716e51eb7256b719de255e246e7b36 (diff) |
place a comment as to why these are otherwise empty
Diffstat (limited to 'sys/lib/libkern/arch/sh/ovbcopy.S')
-rw-r--r-- | sys/lib/libkern/arch/sh/ovbcopy.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/lib/libkern/arch/sh/ovbcopy.S b/sys/lib/libkern/arch/sh/ovbcopy.S index e69de29bb2d..33ba5c2da5c 100644 --- a/sys/lib/libkern/arch/sh/ovbcopy.S +++ b/sys/lib/libkern/arch/sh/ovbcopy.S @@ -0,0 +1 @@ +/* No code here since kernel impliments this itself */ |