Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-06 | microblaze: use generic syscalls.h | Arnd Bergmann | |
The prototypes in syscalls.h all make sense for microblaze, but for some of them, the actual implementation in sys_microblaze.c needs to be adapted. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu> | |||
2009-07-06 | microblaze: clean up signal handling | Arnd Bergmann | |
When legacy signal handling is disabled, the arch/microblaze/kernel/signal.c implementation can be much simpler, as most of it is handled generically from kernel/signal.c. This is also a prerequisite for using the generic asm/unistd.h, which does not provide __NR_sigreturn, because this macro is referenced by the current signal.c implementation. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu> | |||
2009-05-26 | microblaze_mmu_v2: entry.S, entry.h | Michal Simek | |
Signed-off-by: Michal Simek <monstr@monstr.eu> |