Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arm64: use ENDPIPROC() to annotate position independent assembler routines | Ard Biesheuvel | 2015-10-12 | 1 | -1/+1 |
| | | | | | | | | | | For more control over which functions are called with the MMU off or with the UEFI 1:1 mapping active, annotate some assembler routines as position independent. This is done by introducing ENDPIPROC(), which replaces the ENDPROC() declaration of those routines. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> | ||||
* | arm64: lib: Implement optimized memcmp routine | zhichang.yuan | 2014-05-23 | 1 | -0/+258 |
This patch, based on Linaro's Cortex Strings library, adds an assembly optimized memcmp() function. Signed-off-by: Zhichang Yuan <zhichang.yuan@linaro.org> Signed-off-by: Deepak Saxena <dsaxena@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> |