Rev 3913 | Rev 4132 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3913 | Rev 4101 | ||
|---|---|---|---|
| Line 382... | Line 382... | ||
| 382 | * so this is a good idea |
382 | * so this is a good idea |
| 383 | */ |
383 | */ |
| 384 | atomic_set(&haltstate, 1); |
384 | atomic_set(&haltstate, 1); |
| 385 | spinlock_unlock(&bkpoint_lock); |
385 | spinlock_unlock(&bkpoint_lock); |
| 386 | 386 | ||
| 387 | kconsole("debug", "Debug console ready (type 'exit' to continue)\n", false); |
387 | kconsole("debug", "Debug console ready.\n", false); |
| 388 | 388 | ||
| 389 | spinlock_lock(&bkpoint_lock); |
389 | spinlock_lock(&bkpoint_lock); |
| 390 | atomic_set(&haltstate, 0); |
390 | atomic_set(&haltstate, 0); |
| 391 | #endif |
391 | #endif |
| 392 | } |
392 | } |