Release 4.14 arch/arm64/include/asm/stack_pointer.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_STACK_POINTER_H
#define __ASM_STACK_POINTER_H
/*
* how to get the current stack pointer from C
*/
register unsigned long current_stack_pointer asm ("sp");
#endif /* __ASM_STACK_POINTER_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Mark Rutland | 19 | 95.00% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 5.00% | 1 | 50.00% |
Total | 20 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.