Commit 75251f62 authored by Stéphane Eranian's avatar Stéphane Eranian Committed by David Mosberger

[PATCH] ia64: fix perfmon UP breakage

parent 60b75a3c
......@@ -5787,7 +5787,7 @@ pfm_save_regs(struct task_struct *task)
*/
psr = pfm_get_psr();
BUG_ON(foo & (IA64_PSR_I));
BUG_ON(psr & (IA64_PSR_I));
/*
* stop monitoring:
......
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