Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377245
b: refs/heads/master
c: 53d5def
h: refs/heads/master
i:
  377243: aed6311
v: v3
  • Loading branch information
Linus Torvalds committed Jun 20, 2013
1 parent e68e62b commit f412c11
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 8bbd9f04b7d982d1c6aeb5c08f5983b3d0b9e2fe
refs/heads/master: 53d5defcfa8c9603554a3174cbe206fb69f6e8ef
1 change: 1 addition & 0 deletions trunk/arch/arm64/kernel/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,7 @@ void perf_callchain_user(struct perf_callchain_entry *entry,
return;
}

perf_callchain_store(entry, regs->pc);
tail = (struct frame_tail __user *)regs->regs[29];

while (entry->nr < PERF_MAX_STACK_DEPTH &&
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/tile/lib/exports.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@ uint64_t __ashrdi3(uint64_t, unsigned int);
EXPORT_SYMBOL(__ashrdi3);
uint64_t __ashldi3(uint64_t, unsigned int);
EXPORT_SYMBOL(__ashldi3);
int __ffsdi2(uint64_t);
EXPORT_SYMBOL(__ffsdi2);
#endif

0 comments on commit f412c11

Please sign in to comment.