projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0910697
)
microblaze: Remove unneded per cpu SYSCALL_SAVE variable
author
Michal Simek
<monstr@monstr.eu>
Thu, 16 Apr 2009 08:36:54 +0000
(10:36 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 23 Apr 2009 14:09:16 +0000
(16:09 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/entry.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/include/asm/entry.h
b/arch/microblaze/include/asm/entry.h
index 7f57e42ee4670efb977bfde326d32db009bf6563..1019d88b8129e9adcef0be208926cadc3c75cf08 100644
(file)
--- 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 */