Skip to content

Commit

Permalink
Don't copy SB1 cache error handler to uncached memory.
Browse files Browse the repository at this point in the history
    
This may have made sense on a paranoid day with pass 1 BCM1250 processors
that were throwing cache error exception left and right for no good
reason.  On modern silicion that hardly makes sense and the code had
gotten just an obscurity ...
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 5090dfb commit 65f1f5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/mm/c-sb1.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ void sb1_cache_init(void)

/* Special cache error handler for SB1 */
set_uncached_handler (0x100, &except_vec2_sb1, 0x80);
memcpy((void *)KSEG1ADDR(&handle_vec2_sb1), &handle_vec2_sb1, 0x80);

probe_cache_sizes();

Expand Down

0 comments on commit 65f1f5a

Please sign in to comment.