SLOF/lib/libhvcall
Thomas Huth 2ef6d1e52d Move the code for rfill into a separate function
The code from the FAST_RFILL macro uses a local array as a
temporary buffer - which gets allocated in the stack frame
of the engine() function. Since engine() can be called
recursively, this can cause stack overflows. So let's
move the rfill code into a separate function to avoid
these problems.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2015-12-01 17:02:04 +11:00
..
Makefile Move the code for rfill into a separate function 2015-12-01 17:02:04 +11:00
brokensc1.c Isolate sc 1 detection logic 2014-04-04 11:42:20 +11:00
hvcall.S Output banner and initial display output in VNC window 2013-12-16 11:56:42 +05:30
hvcall.code Add private HCALL to inform updated RTAS base and entry 2014-08-27 11:10:45 +05:30
hvcall.in Add private HCALL to inform updated RTAS base and entry 2014-08-27 11:10:45 +05:30
libhvcall.h Add private HCALL to inform updated RTAS base and entry 2014-08-27 11:10:45 +05:30
rfill.c Move the code for rfill into a separate function 2015-12-01 17:02:04 +11:00