Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | microblaze: use generic syscalls.h | Arnd Bergmann | 2009-07-06 |
| | | | | | | | | | 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> | ||
* | microblaze: clean up signal handling | Arnd Bergmann | 2009-07-06 |
| | | | | | | | | | | | | | | | 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> | ||
* | microblaze_mmu_v2: entry.S, entry.h | Michal Simek | 2009-05-26 |
Signed-off-by: Michal Simek <monstr@monstr.eu> |