mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] MIPS: asm/pbl_nmon.h: add guard macro
@ 2024-01-01 11:23 Antony Pavlov
  2024-01-02  9:16 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2024-01-01 11:23 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 arch/mips/include/asm/pbl_nmon.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/mips/include/asm/pbl_nmon.h b/arch/mips/include/asm/pbl_nmon.h
index 7c8ec9d204f..73e4a9d2e9c 100644
--- a/arch/mips/include/asm/pbl_nmon.h
+++ b/arch/mips/include/asm/pbl_nmon.h
@@ -5,6 +5,9 @@
  * Copyright (C) 2013 Antony Pavlov <antonynpavlov@gmail.com>
  */
 
+#ifndef __ASM_PBL_NMON_H
+#define __ASM_PBL_NMON_H
+
 #include <mach/debug_ll.h>
 
 #define CODE_ESC	0x1b
@@ -286,3 +289,5 @@
 #endif /* CONFIG_NMON */
 	.set	pop
 	.endm
+
+#endif /* __ASM_PBL_NMON_H */
-- 
2.39.0




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

* Re: [PATCH] MIPS: asm/pbl_nmon.h: add guard macro
  2024-01-01 11:23 [PATCH] MIPS: asm/pbl_nmon.h: add guard macro Antony Pavlov
@ 2024-01-02  9:16 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2024-01-02  9:16 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Mon, Jan 01, 2024 at 02:23:59PM +0300, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
>  arch/mips/include/asm/pbl_nmon.h | 5 +++++
>  1 file changed, 5 insertions(+)

Applied, thanks

Sascha

> 
> diff --git a/arch/mips/include/asm/pbl_nmon.h b/arch/mips/include/asm/pbl_nmon.h
> index 7c8ec9d204f..73e4a9d2e9c 100644
> --- a/arch/mips/include/asm/pbl_nmon.h
> +++ b/arch/mips/include/asm/pbl_nmon.h
> @@ -5,6 +5,9 @@
>   * Copyright (C) 2013 Antony Pavlov <antonynpavlov@gmail.com>
>   */
>  
> +#ifndef __ASM_PBL_NMON_H
> +#define __ASM_PBL_NMON_H
> +
>  #include <mach/debug_ll.h>
>  
>  #define CODE_ESC	0x1b
> @@ -286,3 +289,5 @@
>  #endif /* CONFIG_NMON */
>  	.set	pop
>  	.endm
> +
> +#endif /* __ASM_PBL_NMON_H */
> -- 
> 2.39.0
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

end of thread, other threads:[~2024-01-02  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-01 11:23 [PATCH] MIPS: asm/pbl_nmon.h: add guard macro Antony Pavlov
2024-01-02  9:16 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox