SLOF/include/ppcp7
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
..
cache.h Move the code for rfill into a separate function 2015-12-01 17:02:04 +11:00
cpu.h Use a global definition of sync() and mb() 2013-07-25 13:54:40 +10:00