s390/decompressor: clean up and rename compressed/misc.c
Since compressed/misc.c is conditionally compiled move error reporting code to boot/main.c. With that being done compressed/misc.c has no "miscellaneous" functions left and is all about plain decompression now. Rename it accordingly. Reviewed-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:

committed by
Martin Schwidefsky

parent
15426ca43d
commit
7516fc11e4
@@ -8,6 +8,7 @@ static inline void *decompress_kernel(void) {}
|
||||
void *decompress_kernel(void);
|
||||
#endif
|
||||
unsigned long mem_safe_offset(void);
|
||||
void error(char *m);
|
||||
|
||||
struct vmlinux_info {
|
||||
unsigned long default_lma;
|
||||
|
Reference in New Issue
Block a user