All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 1/5] zfcpdump: Remove unused macros
       [not found] <244d868b-4754-3e51-f98e-2ccf633bb729@redhat.com>
@ 2018-08-02  9:55 ` Hendrik Brueckner
  0 siblings, 0 replies; 2+ messages in thread
From: Hendrik Brueckner @ 2018-08-02  9:55 UTC (permalink / raw)
  To: linux-s390

On Wed, Jul 25, 2018 at 01:36:11PM +0200, Philipp Rudo wrote:
> There are no more users for these macros. Remove them.
> 
> Signed-off-by: Philipp Rudo <prudo@linux.ibm.com>
> ---
>  zipl/include/zipl.h | 2 --
>  zipl/src/Makefile   | 2 --
>  2 files changed, 4 deletions(-)
> 
> diff --git a/zipl/include/zipl.h b/zipl/include/zipl.h
> index 2aed54fb..7670a0f9 100644
> --- a/zipl/include/zipl.h
> +++ b/zipl/include/zipl.h
> @@ -48,8 +48,6 @@
>  #define MENU_DEFAULT_PROMPT		0
>  #define MENU_DEFAULT_TIMEOUT		0
>  
> -#define FSDUMP_IMAGE	STRINGIFY(ZFCPDUMP_DIR) "/" STRINGIFY(ZFCPDUMP_FS_IMAGE)
> -#define FSDUMP_RAMDISK	STRINGIFY(ZFCPDUMP_DIR) "/" STRINGIFY(ZFCPDUMP_FS_RD)
>  #define FSDUMP_PART_IMAGE	STRINGIFY(ZFCPDUMP_DIR) "/" \
>  					STRINGIFY(ZFCPDUMP_PART_IMAGE)
>  #define FSDUMP_PART_RAMDISK	STRINGIFY(ZFCPDUMP_DIR) "/" \
> diff --git a/zipl/src/Makefile b/zipl/src/Makefile
> index 1634c0d5..f8c36dc2 100644
> --- a/zipl/src/Makefile
> +++ b/zipl/src/Makefile
> @@ -3,8 +3,6 @@ include ../../common.mak
>  
>  ALL_CPPFLAGS += -I../include -I../boot \
>  	    -DZFCPDUMP_DIR=$(ZFCPDUMP_DIR) \
> -	    -DZFCPDUMP_FS_IMAGE=$(ZFCPDUMP_FS_IMAGE) \
> -	    -DZFCPDUMP_FS_RD=$(ZFCPDUMP_FS_RD) \
>  	    -DZFCPDUMP_PART_IMAGE=$(ZFCPDUMP_PART_IMAGE) \
>  	    -DZFCPDUMP_PART_RD=$(ZFCPDUMP_PART_RD) \
>  	    -D_FILE_OFFSET_BITS=64 $(NO_PIE_CFLAGS)

Reviewed-by: Hendrik Brueckner <brueckner@linux.ibm.com>

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

* [PATCH 1/5] zfcpdump: Remove unused macros
@ 2018-07-25 11:36 Philipp Rudo
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Rudo @ 2018-07-25 11:36 UTC (permalink / raw)
  To: linux-s390

There are no more users for these macros. Remove them.

Signed-off-by: Philipp Rudo <prudo@linux.ibm.com>
---
 zipl/include/zipl.h | 2 --
 zipl/src/Makefile   | 2 --
 2 files changed, 4 deletions(-)

diff --git a/zipl/include/zipl.h b/zipl/include/zipl.h
index 2aed54fb..7670a0f9 100644
--- a/zipl/include/zipl.h
+++ b/zipl/include/zipl.h
@@ -48,8 +48,6 @@
 #define MENU_DEFAULT_PROMPT		0
 #define MENU_DEFAULT_TIMEOUT		0
 
-#define FSDUMP_IMAGE	STRINGIFY(ZFCPDUMP_DIR) "/" STRINGIFY(ZFCPDUMP_FS_IMAGE)
-#define FSDUMP_RAMDISK	STRINGIFY(ZFCPDUMP_DIR) "/" STRINGIFY(ZFCPDUMP_FS_RD)
 #define FSDUMP_PART_IMAGE	STRINGIFY(ZFCPDUMP_DIR) "/" \
 					STRINGIFY(ZFCPDUMP_PART_IMAGE)
 #define FSDUMP_PART_RAMDISK	STRINGIFY(ZFCPDUMP_DIR) "/" \
diff --git a/zipl/src/Makefile b/zipl/src/Makefile
index 1634c0d5..f8c36dc2 100644
--- a/zipl/src/Makefile
+++ b/zipl/src/Makefile
@@ -3,8 +3,6 @@ include ../../common.mak
 
 ALL_CPPFLAGS += -I../include -I../boot \
 	    -DZFCPDUMP_DIR=$(ZFCPDUMP_DIR) \
-	    -DZFCPDUMP_FS_IMAGE=$(ZFCPDUMP_FS_IMAGE) \
-	    -DZFCPDUMP_FS_RD=$(ZFCPDUMP_FS_RD) \
 	    -DZFCPDUMP_PART_IMAGE=$(ZFCPDUMP_PART_IMAGE) \
 	    -DZFCPDUMP_PART_RD=$(ZFCPDUMP_PART_RD) \
 	    -D_FILE_OFFSET_BITS=64 $(NO_PIE_CFLAGS)
-- 
2.16.4

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

end of thread, other threads:[~2018-08-02  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <244d868b-4754-3e51-f98e-2ccf633bb729@redhat.com>
2018-08-02  9:55 ` [PATCH 1/5] zfcpdump: Remove unused macros Hendrik Brueckner
2018-07-25 11:36 Philipp Rudo

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.