projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4228a99
)
powerpc: Update asm-prototypes.h comment
author
Michael Ellerman
<mpe@ellerman.id.au>
Fri, 17 Jun 2022 08:02:43 +0000
(18:02 +1000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Sun, 26 Jun 2022 00:29:43 +0000
(10:29 +1000)
This header was recently cleaned up in commit
76222808fc25
("powerpc:
Move C prototypes out of asm-prototypes.h"), update the comment to
reflect it's proper purpose.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20220617080243.2177583-1-mpe@ellerman.id.au
arch/powerpc/include/asm/asm-prototypes.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/asm-prototypes.h
b/arch/powerpc/include/asm/asm-prototypes.h
index 3b2bbc273055388f471e4821bdd2ae813be6b4eb..81631e64dbeb7135463fbaf86fefee442dc3ed74 100644
(file)
--- a/
arch/powerpc/include/asm/asm-prototypes.h
+++ b/
arch/powerpc/include/asm/asm-prototypes.h
@@
-2,8
+2,9
@@
#ifndef _ASM_POWERPC_ASM_PROTOTYPES_H
#define _ASM_POWERPC_ASM_PROTOTYPES_H
/*
- * This file is for prototypes of C functions that are only called
- * from asm, and any associated variables.
+ * This file is for C prototypes of asm symbols that are EXPORTed.
+ * It allows the modversions logic to see their prototype and
+ * generate proper CRCs for them.
*
* Copyright 2016, Daniel Axtens, IBM Corporation.
*/