-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 144287 b: refs/heads/master c: 5d1af5c h: refs/heads/master i: 144285: 2a88a2d 144283: 5976687 144279: da6b0c4 144271: 0143ab2 144255: 8bf7802 v: v3
- Loading branch information
Miroslaw Walukiewicz
authored and
Roland Dreier
committed
Apr 21, 2009
1 parent
7657d9e
commit 1484827
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: cc005fa20c5229c283bea4958869da1e3c8a3720 | ||
refs/heads/master: 5d1af5c83232c5a02b9dc0fe43053b4ddc005224 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,6 +112,7 @@ struct nes_cq { | |
spinlock_t lock; | ||
u8 virtual_cq; | ||
u8 pad[3]; | ||
u32 mcrqf; | ||
}; | ||
|
||
struct nes_wq { | ||
|