projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dadd8e0
)
Revert "arm64: neon: Temporarily add a kernel_mode_begin_partial() definition"
author
Jeongtae Park
<jtp.park@samsung.com>
Thu, 31 May 2018 23:58:57 +0000
(08:58 +0900)
committer
Eunyoung Lee
<ey470.lee@samsung.com>
Tue, 19 Jun 2018 08:43:22 +0000
(17:43 +0900)
This reverts commit
174dfb12860eac361f3ced9fefb51393fec5bd32
.
Change-Id: I9f1a2c8ec561c3334bb87a856ced62525cbd3a4d
arch/arm64/include/asm/neon.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/include/asm/neon.h
b/arch/arm64/include/asm/neon.h
index f922eaf780f9be5c4863170efda01ae64d0ce77e..fb9d137256a6986b6681d8ef20367b9461e6d84d 100644
(file)
--- a/
arch/arm64/include/asm/neon.h
+++ b/
arch/arm64/include/asm/neon.h
@@
-19,11
+19,4
@@
void kernel_neon_begin(void);
void kernel_neon_end(void);
-/*
- * Temporary macro to allow the crypto code to compile. Note that the
- * semantics of kernel_neon_begin_partial() are now different from the
- * original as it does not allow being called in an interrupt context.
- */
-#define kernel_neon_begin_partial(num_regs) kernel_neon_begin()
-
#endif /* ! __ASM_NEON_H */