Commit 44f5c111 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: add comment and missing include

parent 2bf9c108
......@@ -1125,7 +1125,9 @@ _GLOBAL(save_remaining_regs)
mtmsrd r22,1
blr
/*
* Kernel profiling with soft disable on iSeries
*/
do_profile:
ld r22,8(r21) /* Get SRR1 */
andi. r22,r22,MSR_PR /* Test if in kernel */
......
......@@ -14,6 +14,7 @@
#include <linux/smp.h>
#include <linux/mm.h>
#include <linux/reboot.h>
#include <linux/delay.h>
#include <asm/ptrace.h>
#include <asm/string.h>
#include <asm/prom.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment