summaryrefslogtreecommitdiffstats
path: root/linux-user/microblaze/syscall_nr.h
Commit message (Collapse)AuthorAgeFilesLines
* linux-user: sync syscall numbers with kernelRiku Voipio2016-02-231-0/+8
| | | | | | | Sync syscall numbers to match the linux v4.5-rc1 kernel. Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
* linux-user: sync syscall numbers upto 3.13Riku Voipio2014-02-181-1/+6
| | | | | | | All others updated except unicore, which doesn't look right to begin with. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
* linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell2011-07-111-2/+12
| | | | | | | | Add syscall numbers for new syscall numbers; this brings us into line with Linux 2.6.39.2. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
* microblaze: Add syscall, signal and termbits defs for linux-user.Edgar E. Iglesias2009-05-261-0/+369
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>