Skip to content

Commit

Permalink
Automatic merge of 'next' into merge (2023-10-16 11:50)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe committed Oct 16, 2023
2 parents 2d6014c + c7e0d9b commit dbcb0dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,7 @@ void emulate_single_step(struct pt_regs *regs)
__single_step_exception(regs);
}

#ifdef CONFIG_PPC_FPU_REGS
static inline int __parse_fpscr(unsigned long fpscr)
{
int ret = FPE_FLTUNK;
Expand All @@ -1190,6 +1191,7 @@ static inline int __parse_fpscr(unsigned long fpscr)

return ret;
}
#endif

static void parse_fpe(struct pt_regs *regs)
{
Expand Down

0 comments on commit dbcb0dd

Please sign in to comment.