]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: lib: replace ARM memcpy implementation with generic version
authorClaudio Fontana <claudio.fontana@huawei.com>
Thu, 12 May 2016 13:00:59 +0000 (15:00 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Sun, 26 Jun 2016 07:16:28 +0000 (09:16 +0200)
commitaf24262ac5020eda9da14db3ab2e84f8297fd4a2
tree7f0d761e715a27bb6b8c96022402fe21261b046f
parent6b74f910dc248be969f16dc57e12412412f41b36
core: lib: replace ARM memcpy implementation with generic version

Remove the memcpy implementation from the ARM port, and add a
generic version to the core library for all architectures.

Signed-off-by: Claudio Fontana <claudio.fontana@huawei.com>
Signed-off-by: Antonios Motakis <antonios.motakis@huawei.com>
[antonios.motakis@huawei.com: removed all signs of weakness!]

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/arm/lib.c
hypervisor/lib.c