Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360982
b: refs/heads/master
c: dc893e1
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Linus Torvalds committed Mar 8, 2013
1 parent be72acf commit 4c94629
Show file tree
Hide file tree
Showing 3 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: 2e1c9b2867656ff9a469d23e1dfe90cf77ec0c72
refs/heads/master: dc893e19b5800d7743fb58235877bfa9091805ff
2 changes: 1 addition & 1 deletion trunk/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static int smpboot_thread_fn(void *data)
continue;
}

//BUG_ON(td->cpu != smp_processor_id());
BUG_ON(td->cpu != smp_processor_id());

/* Check for state change setup */
switch (td->status) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/9p/trans_virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ static struct p9_trans_module p9_virtio_trans = {
.create = p9_virtio_create,
.close = p9_virtio_close,
.request = p9_virtio_request,
//.zc_request = p9_virtio_zc_request,
.zc_request = p9_virtio_zc_request,
.cancel = p9_virtio_cancel,
/*
* We leave one entry for input and one entry for response
Expand Down

0 comments on commit 4c94629

Please sign in to comment.