Commit 906355ca authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] H/8300 pic support fix

From: Yoshinori Sato <ysato@users.sourceforge.jp>

Sorry. There was the file which lacked.
parent ebd99675
...@@ -8,6 +8,7 @@ struct sigcontext { ...@@ -8,6 +8,7 @@ struct sigcontext {
unsigned long sc_er1; unsigned long sc_er1;
unsigned long sc_er2; unsigned long sc_er2;
unsigned long sc_er3; unsigned long sc_er3;
unsigned long sc_er5;
unsigned short sc_ccr; unsigned short sc_ccr;
unsigned long sc_pc; unsigned long sc_pc;
}; };
......
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