|
@@ -288,7 +288,6 @@ void octeon_user_io_init(void)
|
|
|
union octeon_cvmemctl cvmmemctl;
|
|
|
union cvmx_iob_fau_timeout fau_timeout;
|
|
|
union cvmx_pow_nw_tim nm_tim;
|
|
|
- uint64_t cvmctl;
|
|
|
|
|
|
/* Get the current settings for CP0_CVMMEMCTL_REG */
|
|
|
cvmmemctl.u64 = read_c0_cvmmemctl();
|
|
@@ -392,12 +391,6 @@ void octeon_user_io_init(void)
|
|
|
CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE,
|
|
|
CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE * 128);
|
|
|
|
|
|
- /* Move the performance counter interrupts to IRQ 6 */
|
|
|
- cvmctl = read_c0_cvmctl();
|
|
|
- cvmctl &= ~(7 << 7);
|
|
|
- cvmctl |= 6 << 7;
|
|
|
- write_c0_cvmctl(cvmctl);
|
|
|
-
|
|
|
/* Set a default for the hardware timeouts */
|
|
|
fau_timeout.u64 = 0;
|
|
|
fau_timeout.s.tout_val = 0xfff;
|