Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47265
b: refs/heads/master
c: 11718b4
h: refs/heads/master
i:
  47263: 71e05ed
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 9, 2007
1 parent d66de9a commit 278d654
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 8b6d44c7bde7f927b7b70e9f56c22c66c0066277
refs/heads/master: 11718b4d6ba03cf83e4cd856e5eda3a8d0d17652
2 changes: 1 addition & 1 deletion trunk/arch/i386/mm/pageattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void global_flush_tlb(void)
list_replace_init(&df_list, &l);
spin_unlock_irq(&cpa_lock);
if (!cpu_has_clflush)
flush_map(0);
flush_map(NULL);
list_for_each_entry_safe(pg, next, &l, lru) {
if (cpu_has_clflush)
flush_map(page_address(pg));
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/watchdog/machzwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ static int zf_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
return put_user(0, p);

case WDIOC_KEEPALIVE:
zf_ping(0);
zf_ping(NULL);
break;

default:
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ static void rmap_desc_remove_entry(struct kvm_vcpu *vcpu,
for (j = RMAP_EXT - 1; !desc->shadow_ptes[j] && j > i; --j)
;
desc->shadow_ptes[i] = desc->shadow_ptes[j];
desc->shadow_ptes[j] = 0;
desc->shadow_ptes[j] = NULL;
if (j != 0)
return;
if (!prev_desc && !desc->more)
Expand Down

0 comments on commit 278d654

Please sign in to comment.