Commit ca647a02 authored by Paul Mackerras's avatar Paul Mackerras

PPC32: fix the last sigcontext_struct, missed previously.

parent 2598f17e
......@@ -344,7 +344,7 @@ static void
setup_frame(struct pt_regs *regs, struct sigregs *frame,
unsigned long newsp)
{
struct sigcontext *sc = (struct sigcontext_struct *) newsp;
struct sigcontext *sc = (struct sigcontext *) newsp;
if (verify_area(VERIFY_WRITE, frame, sizeof(*frame)))
goto badframe;
......
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