Commit 931ea24
committed
kdb: fix per_cpu command to remove supress mask
Rusty pointed out that the per_cpu command uses up lots of space on
the stack and the cpu supress mask is probably not needed.
This patch removes the need for the supress mask as well as fixing up
the following problems with the kdb per_cpu command:
* The per_cpu command should allow an address as an argument
* When you have more data than can be displayed on one screen allow
the user to break out of the print loop.
Reported-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>1 parent 4aad8f5 commit 931ea24
1 file changed
+11
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2603 | 2603 | | |
2604 | 2604 | | |
2605 | 2605 | | |
2606 | | - | |
2607 | | - | |
2608 | | - | |
2609 | | - | |
2610 | | - | |
| 2606 | + | |
| 2607 | + | |
| 2608 | + | |
2611 | 2609 | | |
2612 | 2610 | | |
2613 | 2611 | | |
2614 | 2612 | | |
2615 | | - | |
2616 | | - | |
2617 | | - | |
2618 | | - | |
2619 | | - | |
| 2613 | + | |
| 2614 | + | |
| 2615 | + | |
| 2616 | + | |
2620 | 2617 | | |
2621 | 2618 | | |
2622 | 2619 | | |
| |||
2649 | 2646 | | |
2650 | 2647 | | |
2651 | 2648 | | |
2652 | | - | |
2653 | 2649 | | |
| 2650 | + | |
| 2651 | + | |
| 2652 | + | |
2654 | 2653 | | |
2655 | 2654 | | |
2656 | | - | |
| 2655 | + | |
2657 | 2656 | | |
2658 | 2657 | | |
2659 | 2658 | | |
2660 | 2659 | | |
2661 | 2660 | | |
2662 | 2661 | | |
2663 | | - | |
2664 | | - | |
2665 | | - | |
2666 | | - | |
2667 | | - | |
2668 | | - | |
2669 | 2662 | | |
2670 | 2663 | | |
2671 | 2664 | | |
2672 | 2665 | | |
2673 | 2666 | | |
2674 | | - | |
2675 | | - | |
2676 | | - | |
2677 | | - | |
2678 | | - | |
2679 | | - | |
2680 | | - | |
2681 | | - | |
2682 | | - | |
2683 | | - | |
2684 | | - | |
2685 | | - | |
2686 | | - | |
2687 | | - | |
2688 | | - | |
2689 | | - | |
2690 | 2667 | | |
2691 | | - | |
2692 | 2668 | | |
2693 | 2669 | | |
2694 | 2670 | | |
| |||
0 commit comments