Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc58450b authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Benjamin Herrenschmidt
Browse files

init: Remove CONFIG_PPC_ISERIES



It is no longer selectable, so remove the check for it.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent f5339277
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -178,7 +178,7 @@ int __init rd_load_image(char *from)
	char *buf = NULL;
	char *buf = NULL;
	unsigned short rotate = 0;
	unsigned short rotate = 0;
	decompress_fn decompressor = NULL;
	decompress_fn decompressor = NULL;
#if !defined(CONFIG_S390) && !defined(CONFIG_PPC_ISERIES)
#if !defined(CONFIG_S390)
	char rotator[4] = { '|' , '/' , '-' , '\\' };
	char rotator[4] = { '|' , '/' , '-' , '\\' };
#endif
#endif


@@ -264,7 +264,7 @@ int __init rd_load_image(char *from)
		}
		}
		sys_read(in_fd, buf, BLOCK_SIZE);
		sys_read(in_fd, buf, BLOCK_SIZE);
		sys_write(out_fd, buf, BLOCK_SIZE);
		sys_write(out_fd, buf, BLOCK_SIZE);
#if !defined(CONFIG_S390) && !defined(CONFIG_PPC_ISERIES)
#if !defined(CONFIG_S390)
		if (!(i % 16)) {
		if (!(i % 16)) {
			printk("%c\b", rotator[rotate & 0x3]);
			printk("%c\b", rotator[rotate & 0x3]);
			rotate++;
			rotate++;