projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
335d2c2
)
arm64: remove redundant header file in current.h
author
Shaokun Zhang
<zhangshaokun@hisilicon.com>
Thu, 30 Mar 2017 12:41:49 +0000
(20:41 +0800)
committer
Will Deacon
<will.deacon@arm.com>
Thu, 30 Mar 2017 18:15:37 +0000
(19:15 +0100)
Commint
9d84fb27fa1
("arm64: restore get_current() optimisation") has
removed read_sysreg() and asm/sysreg.h is redundant.
This patch removes asm/sysreg.h header file.
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/current.h
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/current.h
b/arch/arm64/include/asm/current.h
index 86c404171305abd290a6a85d7a5edd69c55ecd02..f6580d4afb0e0c4e242e5171ecda679d927286d2 100644
(file)
--- a/
arch/arm64/include/asm/current.h
+++ b/
arch/arm64/include/asm/current.h
@@
-3,8
+3,6
@@
#include <linux/compiler.h>
-#include <asm/sysreg.h>
-
#ifndef __ASSEMBLY__
struct task_struct;