Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bba89e1f authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Provide dummy swapper pt_regs for SH-5 ctx switch.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 7cfee5ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@ static struct fs_struct init_fs = INIT_FS;
static struct files_struct init_files = INIT_FILES;
static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
struct pt_regs fake_swapper_regs;
struct mm_struct init_mm = INIT_MM(init_mm);

EXPORT_SYMBOL(init_mm);

/*