From: Michal Simek Date: Thu, 16 Apr 2009 08:36:54 +0000 (+0200) Subject: microblaze: Remove unneded per cpu SYSCALL_SAVE variable X-Git-Tag: firefly_0821_release~14340^2~17 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f2ec24fd42d52a52829070b5e31d9a17d145df30;p=firefly-linux-kernel-4.4.55.git microblaze: Remove unneded per cpu SYSCALL_SAVE variable Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/include/asm/entry.h b/arch/microblaze/include/asm/entry.h index 7f57e42ee467..1019d88b8129 100644 --- a/arch/microblaze/include/asm/entry.h +++ b/arch/microblaze/include/asm/entry.h @@ -29,7 +29,6 @@ DECLARE_PER_CPU(unsigned int, KM); /* Kernel/user mode */ DECLARE_PER_CPU(unsigned int, ENTRY_SP); /* Saved SP on kernel entry */ DECLARE_PER_CPU(unsigned int, R11_SAVE); /* Temp variable for entry */ DECLARE_PER_CPU(unsigned int, CURRENT_SAVE); /* Saved current pointer */ -DECLARE_PER_CPU(unsigned int, SYSCALL_SAVE); /* Saved syscall number */ # endif /* __ASSEMBLY__ */ #endif /* _ASM_MICROBLAZE_ENTRY_H */