Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux...
[cascardo/linux.git] / arch / mips / cavium-octeon / setup.c
index f1bec00..008e9c8 100644 (file)
@@ -729,17 +729,6 @@ void __init prom_init(void)
        octeon_write_lcd("Linux");
 #endif
 
-#ifdef CONFIG_CAVIUM_GDB
-       /*
-        * When debugging the linux kernel, force the cores to enter
-        * the debug exception handler to break in.
-        */
-       if (octeon_get_boot_debug_flag()) {
-               cvmx_write_csr(CVMX_CIU_DINT, 1 << cvmx_get_core_num());
-               cvmx_read_csr(CVMX_CIU_DINT);
-       }
-#endif
-
        octeon_setup_delays();
 
        /*
@@ -779,12 +768,6 @@ void __init prom_init(void)
                                MAX_MEMORY = 32ull << 30;
                        if (*p == '@')
                                RESERVE_LOW_MEM = memparse(p + 1, &p);
-               } else if (strcmp(arg, "ecc_verbose") == 0) {
-#ifdef CONFIG_CAVIUM_REPORT_SINGLE_BIT_ECC
-                       __cvmx_interrupt_ecc_report_single_bit_errors = 1;
-                       pr_notice("Reporting of single bit ECC errors is "
-                                 "turned on\n");
-#endif
 #ifdef CONFIG_KEXEC
                } else if (strncmp(arg, "crashkernel=", 12) == 0) {
                        crashk_size = memparse(arg+12, &p);