Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92981
b: refs/heads/master
c: 00c6b2d
h: refs/heads/master
i:
  92979: 20ff14d
v: v3
  • Loading branch information
Ingo Molnar committed Apr 25, 2008
1 parent 4f9ca4e commit efbd031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7b66baa8bc3f8e0cda6576e31e9bde09382565d
refs/heads/master: 00c6b2d5d7b2414bd46c620d6a8c37fa7a716f29
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/alternative.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ void *__kprobes text_poke(void *addr, const void *opcode, size_t len)
pages[1] = vmalloc_to_page(addr + PAGE_SIZE);
} else {
pages[0] = virt_to_page(addr);
WARN_ON(!PageReserved(pages[0]));
pages[1] = virt_to_page(addr + PAGE_SIZE);
}
BUG_ON(!pages[0]);
Expand Down

0 comments on commit efbd031

Please sign in to comment.