Loading arch/mips/mm/c-octeon.c +2 −2 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ static void cache_parity_error_octeon(int non_recoverable) } /** * Called when the the exception is not recoverable * Called when the the exception is recoverable */ asmlinkage void cache_parity_error_octeon_recoverable(void) Loading @@ -298,7 +298,7 @@ asmlinkage void cache_parity_error_octeon_recoverable(void) } /** * Called when the the exception is recoverable * Called when the the exception is not recoverable */ asmlinkage void cache_parity_error_octeon_non_recoverable(void) Loading Loading
arch/mips/mm/c-octeon.c +2 −2 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ static void cache_parity_error_octeon(int non_recoverable) } /** * Called when the the exception is not recoverable * Called when the the exception is recoverable */ asmlinkage void cache_parity_error_octeon_recoverable(void) Loading @@ -298,7 +298,7 @@ asmlinkage void cache_parity_error_octeon_recoverable(void) } /** * Called when the the exception is recoverable * Called when the the exception is not recoverable */ asmlinkage void cache_parity_error_octeon_non_recoverable(void) Loading