* [PATCH] powerc: Update asm-prototypes.h comment
@ 2022-06-17 8:02 Michael Ellerman
2022-06-22 8:32 ` Russell Currey
2022-06-29 12:15 ` Michael Ellerman
0 siblings, 2 replies; 4+ messages in thread
From: Michael Ellerman @ 2022-06-17 8:02 UTC (permalink / raw)
To: linuxppc-dev
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>
---
arch/powerpc/include/asm/asm-prototypes.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/include/asm/asm-prototypes.h b/arch/powerpc/include/asm/asm-prototypes.h
index d995c65d18ab..eda6dba9378f 100644
--- 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.
*/
--
2.35.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] powerc: Update asm-prototypes.h comment
2022-06-17 8:02 [PATCH] powerc: Update asm-prototypes.h comment Michael Ellerman
@ 2022-06-22 8:32 ` Russell Currey
2022-06-22 10:07 ` Michael Ellerman
2022-06-29 12:15 ` Michael Ellerman
1 sibling, 1 reply; 4+ messages in thread
From: Russell Currey @ 2022-06-22 8:32 UTC (permalink / raw)
To: Michael Ellerman, linuxppc-dev
On Fri, 2022-06-17 at 18:02 +1000, Michael Ellerman wrote:
> 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>
Hi Michael, subject says "powerc" instead of "powerpc".
- clippy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] powerc: Update asm-prototypes.h comment
2022-06-22 8:32 ` Russell Currey
@ 2022-06-22 10:07 ` Michael Ellerman
0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2022-06-22 10:07 UTC (permalink / raw)
To: Russell Currey, linuxppc-dev
Russell Currey <ruscur@russell.cc> writes:
> On Fri, 2022-06-17 at 18:02 +1000, Michael Ellerman wrote:
>> 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>
>
> Hi Michael, subject says "powerc" instead of "powerpc".
Thanks.
I actually do have a script that checks for that, although I don't
always remember to run it :}
cheers
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] powerc: Update asm-prototypes.h comment
2022-06-17 8:02 [PATCH] powerc: Update asm-prototypes.h comment Michael Ellerman
2022-06-22 8:32 ` Russell Currey
@ 2022-06-29 12:15 ` Michael Ellerman
1 sibling, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2022-06-29 12:15 UTC (permalink / raw)
To: Michael Ellerman, linuxppc-dev
On Fri, 17 Jun 2022 18:02:43 +1000, Michael Ellerman wrote:
> 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.
>
>
Applied to powerpc/next.
[1/1] powerc: Update asm-prototypes.h comment
https://git.kernel.org/powerpc/c/2d386769753a71e57a1a38c7fb79013d3ac451e9
cheers
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-06-29 12:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-17 8:02 [PATCH] powerc: Update asm-prototypes.h comment Michael Ellerman
2022-06-22 8:32 ` Russell Currey
2022-06-22 10:07 ` Michael Ellerman
2022-06-29 12:15 ` Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).