mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 04:33:49 +00:00
CRIU follows Linux kernel coding style. This patch updates the architecture-specific code for MIPS to use tab indentation, add whitespace between closing parenthesis and open bracket, and changes the mode of source files from 755 to 644. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
3 lines
107 B
ArmAsm
3 lines
107 B
ArmAsm
OUTPUT_ARCH(mips)
|
|
EXTERN(__export_parasite_head_start)
|
|
ASSERT(0,"Compatible PIEs are unsupported on mips")
|