diff options
Diffstat (limited to 'arch/sparc64/kernel/traps.c')
-rw-r--r-- | arch/sparc64/kernel/traps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/traps.c b/arch/sparc64/kernel/traps.c index 04994fc8700d..4638af2f55a0 100644 --- a/arch/sparc64/kernel/traps.c +++ b/arch/sparc64/kernel/traps.c | |||
@@ -1832,7 +1832,7 @@ static void sun4v_log_error(struct pt_regs *regs, struct sun4v_error_entry *ent, | |||
1832 | } | 1832 | } |
1833 | } | 1833 | } |
1834 | 1834 | ||
1835 | /* We run with %pil set to 15 and PSTATE_IE enabled in %pstate. | 1835 | /* We run with %pil set to PIL_NORMAL_MAX and PSTATE_IE enabled in %pstate. |
1836 | * Log the event and clear the first word of the entry. | 1836 | * Log the event and clear the first word of the entry. |
1837 | */ | 1837 | */ |
1838 | void sun4v_resum_error(struct pt_regs *regs, unsigned long offset) | 1838 | void sun4v_resum_error(struct pt_regs *regs, unsigned long offset) |
@@ -1880,7 +1880,7 @@ void sun4v_resum_overflow(struct pt_regs *regs) | |||
1880 | atomic_inc(&sun4v_resum_oflow_cnt); | 1880 | atomic_inc(&sun4v_resum_oflow_cnt); |
1881 | } | 1881 | } |
1882 | 1882 | ||
1883 | /* We run with %pil set to 15 and PSTATE_IE enabled in %pstate. | 1883 | /* We run with %pil set to PIL_NORMAL_MAX and PSTATE_IE enabled in %pstate. |
1884 | * Log the event, clear the first word of the entry, and die. | 1884 | * Log the event, clear the first word of the entry, and die. |
1885 | */ | 1885 | */ |
1886 | void sun4v_nonresum_error(struct pt_regs *regs, unsigned long offset) | 1886 | void sun4v_nonresum_error(struct pt_regs *regs, unsigned long offset) |