All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: kernel: use aff3 instead of aff2 in comment
@ 2019-06-01  2:08 Liu Song
  2019-06-04 13:51   ` Catalin Marinas
  0 siblings, 1 reply; 3+ messages in thread
From: Liu Song @ 2019-06-01  2:08 UTC (permalink / raw)
  To: catalin.marinas, will.deacon; +Cc: linux-kernel, linux-arm-kernel, liu.song11

From: Liu Song <liu.song11@zte.com.cn>

Should use aff3 instead of aff2 in comment.

Signed-off-by: Liu Song <liu.song11@zte.com.cn>
---
 arch/arm64/kernel/sleep.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/kernel/sleep.S b/arch/arm64/kernel/sleep.S
index 3e53ffa07994..f5b04dd8a710 100644
--- a/arch/arm64/kernel/sleep.S
+++ b/arch/arm64/kernel/sleep.S
@@ -27,7 +27,7 @@
  *	aff0 = mpidr_masked & 0xff;
  *	aff1 = mpidr_masked & 0xff00;
  *	aff2 = mpidr_masked & 0xff0000;
- *	aff2 = mpidr_masked & 0xff00000000;
+ *	aff3 = mpidr_masked & 0xff00000000;
  *	dst = (aff0 >> rs0 | aff1 >> rs1 | aff2 >> rs2 | aff3 >> rs3);
  *}
  * Input registers: rs0, rs1, rs2, rs3, mpidr, mask
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: kernel: use aff3 instead of aff2 in comment
  2019-06-01  2:08 [PATCH] arm64: kernel: use aff3 instead of aff2 in comment Liu Song
@ 2019-06-04 13:51   ` Catalin Marinas
  0 siblings, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2019-06-04 13:51 UTC (permalink / raw)
  To: Liu Song; +Cc: will.deacon, linux-arm-kernel, linux-kernel, liu.song11

On Sat, Jun 01, 2019 at 10:08:08AM +0800, Liu Song wrote:
> From: Liu Song <liu.song11@zte.com.cn>
> 
> Should use aff3 instead of aff2 in comment.
> 
> Signed-off-by: Liu Song <liu.song11@zte.com.cn>

Queued for 5.3. Thanks.

-- 
Catalin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: kernel: use aff3 instead of aff2 in comment
@ 2019-06-04 13:51   ` Catalin Marinas
  0 siblings, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2019-06-04 13:51 UTC (permalink / raw)
  To: Liu Song; +Cc: will.deacon, linux-kernel, linux-arm-kernel, liu.song11

On Sat, Jun 01, 2019 at 10:08:08AM +0800, Liu Song wrote:
> From: Liu Song <liu.song11@zte.com.cn>
> 
> Should use aff3 instead of aff2 in comment.
> 
> Signed-off-by: Liu Song <liu.song11@zte.com.cn>

Queued for 5.3. Thanks.

-- 
Catalin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-04 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-01  2:08 [PATCH] arm64: kernel: use aff3 instead of aff2 in comment Liu Song
2019-06-04 13:51 ` Catalin Marinas
2019-06-04 13:51   ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.