haiku/headers/private/system/arch
Paweł Dziepak f2f91078bd kernel/x86_64: remove memset and memcpy from commpage
There is absolutely no reason for these functions to be in commpage,
they don't do anything that involves the kernel in any way.

Additionaly, this patch rewrites memset and memcpy to C++, current
implementation is quite simple (though it may perform surprisingly
well when dealing with large buffers on cpus with ermsb). Better
versions are coming soon.

Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
2014-09-14 19:16:52 +02:00
..
arm arm: fix compiler ARM architecture detection 2014-02-15 11:46:11 +01:00
m68k commpage: randomize position of commpage 2013-04-04 15:27:22 +02:00
mipsel commpage: randomize position of commpage 2013-04-04 15:27:22 +02:00
ppc commpage: randomize position of commpage 2013-04-04 15:27:22 +02:00
x86 headers/system: add ELF TLS related constants 2014-05-04 02:40:04 +02:00
x86_64 kernel/x86_64: remove memset and memcpy from commpage 2014-09-14 19:16:52 +02:00