diff options
-rw-r--r-- | arch/mips/cavium-octeon/setup.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c index 331b837cec57..953ca85f84fa 100644 --- a/arch/mips/cavium-octeon/setup.c +++ b/arch/mips/cavium-octeon/setup.c | |||
@@ -779,12 +779,6 @@ void __init prom_init(void) | |||
779 | MAX_MEMORY = 32ull << 30; | 779 | MAX_MEMORY = 32ull << 30; |
780 | if (*p == '@') | 780 | if (*p == '@') |
781 | RESERVE_LOW_MEM = memparse(p + 1, &p); | 781 | RESERVE_LOW_MEM = memparse(p + 1, &p); |
782 | } else if (strcmp(arg, "ecc_verbose") == 0) { | ||
783 | #ifdef CONFIG_CAVIUM_REPORT_SINGLE_BIT_ECC | ||
784 | __cvmx_interrupt_ecc_report_single_bit_errors = 1; | ||
785 | pr_notice("Reporting of single bit ECC errors is " | ||
786 | "turned on\n"); | ||
787 | #endif | ||
788 | #ifdef CONFIG_KEXEC | 782 | #ifdef CONFIG_KEXEC |
789 | } else if (strncmp(arg, "crashkernel=", 12) == 0) { | 783 | } else if (strncmp(arg, "crashkernel=", 12) == 0) { |
790 | crashk_size = memparse(arg+12, &p); | 784 | crashk_size = memparse(arg+12, &p); |