We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e5bfd commit a634291Copy full SHA for a634291
arch/arm/include/asm/percpu.h
@@ -5,6 +5,8 @@
5
#ifndef _ASM_ARM_PERCPU_H_
6
#define _ASM_ARM_PERCPU_H_
7
8
+register unsigned long current_stack_pointer asm ("sp");
9
+
10
/*
11
* Same as asm-generic/percpu.h, except that we store the per cpu offset
12
* in the TPIDRPRW. TPIDRPRW only exists on V6K and V7
arch/arm/include/asm/thread_info.h
@@ -75,11 +75,6 @@ struct thread_info {
75
.addr_limit = KERNEL_DS, \
76
}
77
78
-/*
79
- * how to get the current stack pointer in C
80
- */
81
-register unsigned long current_stack_pointer asm ("sp");
82
-
83
84
* how to get the thread information struct from C
85
*/
0 commit comments