Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92979
b: refs/heads/master
c: 8b132ec
h: refs/heads/master
i:
  92977: 54f5905
  92975: afec255
v: v3
  • Loading branch information
Jiri Slaby authored and Ingo Molnar committed Apr 25, 2008
1 parent f709e1e commit 20ff14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 70c9f590ffc3f959cc81c1a3cecb6b8133caf35d
refs/heads/master: 8b132ecbcfea8b1b556a832df7290379df79ad79
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/alternative.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ void *__kprobes text_poke(void *addr, const void *opcode, size_t len)
BUG_ON(len > sizeof(long));
BUG_ON((((long)addr + len - 1) & ~(sizeof(long) - 1))
- ((long)addr & ~(sizeof(long) - 1)));
if (kernel_text_address((unsigned long)addr)) {
if (core_kernel_text((unsigned long)addr)) {
struct page *pages[2] = { virt_to_page(addr),
virt_to_page(addr + PAGE_SIZE) };
if (!pages[1])
Expand Down

0 comments on commit 20ff14d

Please sign in to comment.