/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcitool/cli.c

  • Committer: Suren A. Chilingaryan
  • Date: 2015-11-20 17:52:51 UTC
  • Revision ID: csa@suren.me-20151120175251-l431odptssvzxelb
Fix reading non DMA-able kernel pages using pcitool

Show diffs side-by-side

added added

removed removed

Lines of Context:
2547
2547
                printf("Locks              ");
2548
2548
                break;
2549
2549
              case PCILIB_KMEM_USE_USER:
2550
 
                printf("User %04x         ", uses[i].use&0xFFFF);
 
2550
                printf("User %04x          ", uses[i].use&0xFFFF);
2551
2551
                break;
2552
2552
              default:
2553
2553
                printf ("                   ");