Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106988
b: refs/heads/master
c: 0f0c4fa
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Jul 28, 2008
1 parent 4e6d03f commit b6a8bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 398f187d74b89d5ab198fcf9b8d86edbefecec4d
refs/heads/master: 0f0c4fab8284f3b886b2e1e0e317e3bb8de176b3
4 changes: 2 additions & 2 deletions trunk/Documentation/lguest/lguest.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ typedef uint8_t u8;
#endif
/* We can have up to 256 pages for devices. */
#define DEVICE_PAGES 256
/* This will occupy 2 pages: it must be a power of 2. */
#define VIRTQUEUE_NUM 128
/* This will occupy 3 pages: it must be a power of 2. */
#define VIRTQUEUE_NUM 256

/*L:120 verbose is both a global flag and a macro. The C preprocessor allows
* this, and although I wouldn't recommend it, it works quite nicely here. */
Expand Down

0 comments on commit b6a8bb0

Please sign in to comment.