diff options
Diffstat (limited to 'arch/mips/momentum/jaguar_atx/setup.c')
-rw-r--r-- | arch/mips/momentum/jaguar_atx/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/momentum/jaguar_atx/setup.c b/arch/mips/momentum/jaguar_atx/setup.c index 2699917b640a..3784c898db1a 100644 --- a/arch/mips/momentum/jaguar_atx/setup.c +++ b/arch/mips/momentum/jaguar_atx/setup.c | |||
@@ -461,7 +461,7 @@ void __init plat_setup(void) | |||
461 | unsigned int tbControl; | 461 | unsigned int tbControl; |
462 | tbControl = | 462 | tbControl = |
463 | 0 << 26 | /* post trigger delay 0 */ | 463 | 0 << 26 | /* post trigger delay 0 */ |
464 | 0x2 << 16 | /* sequential trace mode */ | 464 | 0x2 << 16 | /* sequential trace mode */ |
465 | // 0x0 << 16 | /* non-sequential trace mode */ | 465 | // 0x0 << 16 | /* non-sequential trace mode */ |
466 | // 0xf << 4 | /* watchpoints disabled */ | 466 | // 0xf << 4 | /* watchpoints disabled */ |
467 | 2 << 2 | /* armed */ | 467 | 2 << 2 | /* armed */ |